Results

By type

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

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

2022-07-01T05:41:19.726Z||main|||||INFO|500||The following profiles are active: basic
2022-07-01T05:41:31.177Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-01T05:41:31.177Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-01T05:41:31.300Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-01T05:41:35.532Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-01T05:41:35.931Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-01T05:41:36.344Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-01T05:41:36.355Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-01T05:41:36.468Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-01T05:41:36.679Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-01T05:41:37.290Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-01T05:41:39.003Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-01T05:41:41.424Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-01T05:41:41.484Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-01T05:41:42.132Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-01T05:41:42.380Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-07-01T05:41:43.723Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-01T05:41:44.865Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-01T05:41:44.884Z||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$$3d37c175.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-01T05:41:44.885Z||main|||||WARN|500||The sdc end point is not alive
2022-07-01T05:41:47.950Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-07-01T05:41:50.867Z||main|||||WARN|500||---
2022-07-01T05:41:50.868Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-01T05:41:50.868Z||main|||||WARN|500||---
2022-07-01T05:41:51.303Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-01T05:41:55.993Z||main|||||INFO|500||Started Application in 39.598 seconds (JVM running for 41.887)
2022-07-01T05:41:56.005Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:41:56.006Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:41:56.020Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:41:56.050Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:41:56.089Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 32072c8e-ab36-4af2-98a9-be5e36b79c45 url= /sdc/v1/artifactTypes
2022-07-01T05:41:56.089Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:41:57.194Z||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.18.113] 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$$d91d0854.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-01T05:41:57.198Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f1d350a
2022-07-01T05:41:57.198Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T05:41:57.238Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T05:41:57.241Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T05:41:57.244Z||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$$d91d0854.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-01T05:42:45.989Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:42:45.991Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:42:45.991Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:42:45.995Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:42:46.002Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a08b67e8-3ff6-4b5d-b1b1-a6dc5bceeb1b url= /sdc/v1/artifactTypes
2022-07-01T05:42:46.002Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:42:47.023Z||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.18.113] 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$$d91d0854.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-01T05:42:47.024Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28907bc0
2022-07-01T05:42:47.024Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T05:42:47.024Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T05:42:47.025Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T05:42:47.026Z||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$$d91d0854.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-01T05:43:35.988Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:43:35.989Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:43:35.989Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:43:35.992Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:43:35.998Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5421961b-a8a4-494f-ae8e-f8019a563acd url= /sdc/v1/artifactTypes
2022-07-01T05:43:35.999Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:43:37.038Z||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.18.113] 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$$d91d0854.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-01T05:43:37.039Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@affcd2b
2022-07-01T05:43:37.039Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T05:43:37.040Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T05:43:37.040Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T05:43:37.041Z||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$$d91d0854.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-01T05:44:25.987Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:44:25.988Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:44:25.989Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:44:25.993Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:44:25.997Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0edb67d-9b9f-4564-a5d1-e79bec7ae20a url= /sdc/v1/artifactTypes
2022-07-01T05:44:25.997Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:44:27.017Z||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.18.113] 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$$d91d0854.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-07-01T05:44:27.018Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d6fc48a
2022-07-01T05:44:27.018Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T05:44:27.018Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T05:44:27.019Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T05:44:27.020Z||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$$d91d0854.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-07-01T05:45:15.988Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:45:15.989Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:45:15.989Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:45:15.992Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:45:15.997Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36d7120a-fd76-4dff-bb43-c2bab3d58dcb url= /sdc/v1/artifactTypes
2022-07-01T05:45:15.998Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:45:17.041Z||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.18.113] 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$$d91d0854.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-07-01T05:45:17.042Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28a4acd
2022-07-01T05:45:17.042Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T05:45:17.043Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T05:45:17.043Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T05:45:17.044Z||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$$d91d0854.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-07-01T05:46:05.987Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T05:46:05.988Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T05:46:05.989Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T05:46:05.993Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T05:46:05.999Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b10ff4b-0a42-49cd-ae14-22cece3d0645 url= /sdc/v1/artifactTypes
2022-07-01T05:46:05.999Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T05:46:06.205Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-01T05:46:06.214Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-07-01T05:46:06.240Z||scheduling-1|||||DEBUG|500||create keys
2022-07-01T05:46:06.248Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-01T05:46:06.352Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:46:06.371Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b7a439bf-0181-4611-ab47-f4ccd51130c2 url= /sdc/v1/registerForDistribution
2022-07-01T05:46:06.574Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b7a439bf-0181-4611-ab47-f4ccd51130c2 url= /sdc/v1/registerForDistribution
2022-07-01T05:46:06.575Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-01T05:46:06.588Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:46:06.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:46:06.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:46:06.599Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:46:06.599Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:46:06.599Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:46:06.601Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-01T05:46:17.045Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:46:17.109Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:47:06.586Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:47:06.587Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:47:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:47:06.590Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:47:06.591Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:47:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:47:16.203Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:47:16.204Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:48:06.586Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:48:06.588Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:48:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:48:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:48:06.590Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:48:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:48:16.164Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:48:16.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:49:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:49:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:49:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:49:06.590Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:49:06.590Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:49:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:49:16.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:49:16.190Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:50:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:50:06.587Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:50:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:50:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:50:06.591Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:50:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:50:16.207Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:50:16.212Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:51:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:51:06.586Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:51:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:51:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:51:06.590Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:51:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:51:16.169Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:51:16.178Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:51:18.262Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-01T05:52:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:52:06.587Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:52:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:52:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:52:06.590Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:52:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:52:16.172Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:52:16.181Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:53:06.586Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:53:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:53:06.591Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:53:06.591Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:53:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:53:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:53:16.166Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:53:16.182Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:54:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:54:06.589Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:54:06.589Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:54:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:54:06.590Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:54:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:54:16.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:54:16.156Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:55:06.586Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:55:06.587Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:55:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:55:06.590Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:55:06.590Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:55:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:55:16.156Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:55:16.173Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:56:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:56:06.587Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:56:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:56:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:56:06.591Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:56:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:56:16.145Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:56:16.154Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:57:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:57:06.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:57:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:57:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:57:06.590Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:57:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:57:16.139Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:57:16.142Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:58:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:58:06.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:58:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:58:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:58:06.590Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:58:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:58:16.144Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:58:16.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:59:06.587Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:59:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:59:06.591Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:59:06.591Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T05:59:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:59:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T05:59:16.163Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:59:16.164Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:00:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:00:06.587Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:00:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:00:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:00:06.590Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:00:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:00:16.170Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:00:16.169Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:01:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:01:06.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:01:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:01:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:01:06.590Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:01:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:01:16.142Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:01:16.143Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:02:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:02:06.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:02:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:02:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:02:06.590Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:02:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:02:16.142Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:02:16.143Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:03:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:03:06.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:03:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:03:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:03:06.590Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:03:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:03:16.143Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:03:16.166Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:04:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:04:06.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:04:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:04:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:04:06.590Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:04:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:04:16.156Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:04:16.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:05:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:05:06.587Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:05:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:05:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:05:06.590Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:05:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:05:16.144Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:05:16.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:06:06.586Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:06:06.588Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:06:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:06:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:06:06.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:06:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:06:16.157Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:06:16.167Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:07:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:07:06.587Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:07:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:07:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:07:06.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:07:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:07:16.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:07:16.197Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:08:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:08:06.587Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:08:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:08:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:08:06.590Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:08:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:08:16.155Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:08:16.157Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:09:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:09:06.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:09:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:09:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:09:06.590Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:09:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:09:16.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:09:16.145Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:10:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:10:06.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:10:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:10:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:10:06.591Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:10:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:10:16.152Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:10:16.152Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:11:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:11:06.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:11:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:11:06.589Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:11:06.590Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:11:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:11:16.213Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:11:16.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:12:06.586Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:12:06.588Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:12:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:12:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:12:06.592Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:12:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:12:16.211Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:12:16.213Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:13:06.586Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:13:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:13:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:13:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:13:06.590Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:13:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:13:16.144Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:13:16.145Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:14:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:14:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:14:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:14:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:14:06.590Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:14:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:14:16.152Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:14:16.156Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:15:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:15:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:15:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:15:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:15:06.590Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:15:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:15:16.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:15:16.143Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:16:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:16:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:16:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:16:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:16:06.590Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:16:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:16:16.144Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:16:16.147Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:17:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:17:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:17:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:17:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:17:06.590Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:17:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:17:16.206Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:17:16.210Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:18:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:18:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:18:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:18:06.589Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:18:06.590Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:18:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:18:16.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:18:16.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:19:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:19:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:19:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:19:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:19:06.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:19:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:19:16.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:19:16.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:20:06.586Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:20:06.589Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:20:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:20:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:20:06.590Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:20:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:20:16.160Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:20:16.161Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:21:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:21:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:21:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:21:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:21:06.590Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:21:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:21:16.162Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:21:16.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:22:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:22:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:22:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:22:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:22:06.590Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:22:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:22:16.150Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:22:16.154Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:23:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:23:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:23:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:23:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:23:06.590Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:23:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:23:16.138Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:23:16.154Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:24:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:24:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:24:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:24:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:24:06.590Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:24:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:24:16.149Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:24:16.157Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:25:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:25:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:25:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:25:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:25:06.590Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:25:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:25:16.153Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:25:16.163Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:26:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:26:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:26:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:26:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:26:06.590Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:26:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:26:16.147Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:26:16.148Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:27:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:27:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:27:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:27:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:27:06.590Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:27:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:27:16.152Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:27:16.175Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:28:06.586Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:28:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:28:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:28:06.589Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:28:06.590Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:28:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:28:16.167Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:28:16.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:29:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:29:06.587Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:29:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:29:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:29:06.590Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:29:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:29:16.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:29:16.149Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:30:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:30:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:30:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:30:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:30:06.589Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:30:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:30:16.147Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:30:16.151Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:31:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:31:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:31:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:31:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:31:06.590Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:31:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:31:16.146Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:31:16.147Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:32:06.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:32:06.586Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:32:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:32:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:32:06.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:32:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:32:16.137Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:32:16.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:33:06.586Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:33:06.589Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:33:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:33:06.589Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:33:06.590Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:33:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:33:16.143Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:33:16.143Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:34:06.585Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:34:06.587Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:34:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:34:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:34:06.590Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:34:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:34:16.145Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:34:16.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:35:06.585Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:35:06.586Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:35:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:35:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:35:06.589Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:35:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:35:16.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:35:16.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:36:06.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:36:06.587Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:36:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:36:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:36:06.592Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:36:06.592Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:36:16.143Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:36:16.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:06.585Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:37:06.587Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:37:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:37:06.590Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:37:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:07.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:07.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:07.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a5477f96-6d0b-4805-b7ff-c5b43416c73a","serviceName":"vFW 2022-07-01 06-34-42","serviceVersion":"1.0","serviceUUID":"c27230bc-e2c6-4e78-a08e-05b193d91ebd","serviceDescription":"catalog service description","serviceInvariantUUID":"05bb393e-9f68-46de-b6f8-f7dfe1356b02","resources":[{"resourceInstanceName":"vFW ae8c3070-81b6 0","resourceName":"vFW ae8c3070-81b6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8420550-2a4d-4aea-9d95-83baa6a9c5db","resourceInvariantUUID":"64a4c46b-7aa1-4b25-afa3-6a228bbdda90","resourceCustomizationUUID":"0b6c706f-ba30-444c-9341-43f80ed9c31f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml","artifactChecksum":"MGE4NTEyMTAzMDFlYTU0ODcyYjU2Zjk1MDU0NTI5ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1546c5f1-8fa2-4092-8b4d-c2e2b8ad65b9","artifactVersion":"1"},{"artifactName":"vfwae8c307081b60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json","artifactChecksum":"NjI5ZDNiZTdiZGZiNzEzMjdhZjA4NWFlMmY4MTZjNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ec926f9-cbd2-4fdc-84e2-dc1f49af0cbf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14cdb531-9f53-4195-97e0-dfcc267eec16","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml","artifactChecksum":"NzhhNzVmNWI3Y2YyYmNhOTM2OWIyZjA4NDQ2OTMxNTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c16fdf8-d776-434d-91eb-5b6f551a112e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c96e656c-dfe8-47cf-8ccc-f2db62789b95","artifactVersion":"2","generatedFromUUID":"14cdb531-9f53-4195-97e0-dfcc267eec16"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220701063442-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml","artifactChecksum":"NzhmZTIzZDI2Mjk1NTMyYTI1N2Q2ZTRiZmQ0MTNiMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9f1a3d4-55ce-4040-b92f-a4e53601c880","artifactVersion":"1"},{"artifactName":"service-Vfw20220701063442-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar","artifactChecksum":"MWRmYjAwM2MxYzlhZTY4YjAxMWFkODdkZGUxMTQ0NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c248bde4-b56b-4b83-9b8d-af6bff782186","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T06:37:07.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657385869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.257Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:07.263Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:07.275Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:07.275Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657380756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "policy-id",
  "timestamp": 1656657380993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657385869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657380756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "policy-id",
  "timestamp": 1656657380993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "clamp",
  "timestamp": 1656657388716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657385869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "policy-id",
  "timestamp": 1656657380993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657380756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "clamp",
  "timestamp": 1656657388716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657385869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "policy-id",
  "timestamp": 1656657380993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657380756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "clamp",
  "timestamp": 1656657388716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657385869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "cds",
  "timestamp": 1656657390696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657380756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "policy-id",
  "timestamp": 1656657380993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "clamp",
  "timestamp": 1656657388716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657385869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "cds",
  "timestamp": 1656657390696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "policy-id",
  "timestamp": 1656657380993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657380756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "clamp",
  "timestamp": 1656657388716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657385869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "cds",
  "timestamp": 1656657390696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "policy-id",
  "timestamp": 1656657380993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657380756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "aai-ml",
  "timestamp": 1656657393735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "clamp",
  "timestamp": 1656657388716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657394014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "cds",
  "timestamp": 1656657390696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657394204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "policy-id",
  "timestamp": 1656657394154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "aai-ml",
  "timestamp": 1656657393735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "clamp",
  "timestamp": 1656657388716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657394014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "cds",
  "timestamp": 1656657390696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "policy-id",
  "timestamp": 1656657395171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:37:07.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "aai-ml",
  "timestamp": 1656657393735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657394014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "cds",
  "timestamp": 1656657390696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "policy-id",
  "timestamp": 1656657396176,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-07-01T06:37:07.375Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:37:07.379Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:07.379Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:07.396Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:07.397Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:37:07.523Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.555Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:37:07.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "aai-ml",
  "timestamp": 1656657393735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657394014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "cds",
  "timestamp": 1656657390696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "aai-ml",
  "timestamp": 1656657393735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657394014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "cds",
  "timestamp": 1656657398662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "aai-ml",
  "timestamp": 1656657393735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657394014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:07.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "cds",
  "timestamp": 1656657399680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:37:07.600Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.601Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:37:07.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657399598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:37:07.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "aai-ml",
  "timestamp": 1656657393735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657394014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:37:07.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:37:07.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657400603,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:37:07.619Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.619Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:37:07.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "aai-ml",
  "timestamp": 1656657401626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657401949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657403075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657404241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657405342,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:37:07.634Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.634Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-01T06:37:07.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657406347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:37:07.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "clamp",
  "timestamp": 1656657410207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:07.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "clamp",
  "timestamp": 1656657411526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:37:07.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "clamp",
  "timestamp": 1656657412531,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:37:07.650Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.650Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:37:07.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "aai-ml",
  "timestamp": 1656657416655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:37:07.658Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:37:07.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:37:07.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "aai-ml",
  "timestamp": 1656657417660,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:37:07.663Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5477f96-6d0b-4805-b7ff-c5b43416c73a
2022-07-01T06:37:07.663Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5477f96-6d0b-4805-b7ff-c5b43416c73a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:37:08.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:08.285Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:08.287Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:08.287Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:37:08.387Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:08.388Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:08.389Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:08.405Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:08.406Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:09.288Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:09.289Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:09.291Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:09.291Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:37:09.392Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:37:09.393Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:09.393Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:09.416Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:09.417Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:10.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:10.293Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:10.295Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:10.295Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:10.396Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:10.397Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:10.398Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:10.416Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:10.417Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:37:11.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:11.298Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:11.301Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:11.301Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-01T06:37:11.401Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:11.402Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:11.402Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:11.420Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:11.420Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:37:12.302Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:12.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:12.306Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:12.306Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:37:12.407Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:37:12.407Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:12.408Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:12.424Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:12.425Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:37:13.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:37:13.308Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:13.310Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:13.310Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:37:13.410Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:13.412Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:13.412Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:13.430Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:13.430Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:14.312Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "serviceName": "vFW 2022-07-01 06-34-42",
  "serviceVersion": "1.0",
  "serviceUUID": "c27230bc-e2c6-4e78-a08e-05b193d91ebd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "05bb393e-9f68-46de-b6f8-f7dfe1356b02",
  "resources": [
    {
      "resourceInstanceName": "vFW ae8c3070-81b6 0",
      "resourceCustomizationUUID": "0b6c706f-ba30-444c-9341-43f80ed9c31f",
      "resourceName": "vFW ae8c3070-81b6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d8420550-2a4d-4aea-9d95-83baa6a9c5db",
      "resourceInvariantUUID": "64a4c46b-7aa1-4b25-afa3-6a228bbdda90",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwae8c307081b60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
          "artifactChecksum": "NjI5ZDNiZTdiZGZiNzEzMjdhZjA4NWFlMmY4MTZjNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8ec926f9-cbd2-4fdc-84e2-dc1f49af0cbf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "14cdb531-9f53-4195-97e0-dfcc267eec16",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c96e656c-dfe8-47cf-8ccc-f2db62789b95",
            "generatedFromUUID": "14cdb531-9f53-4195-97e0-dfcc267eec16"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c96e656c-dfe8-47cf-8ccc-f2db62789b95",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220701063442-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
      "artifactChecksum": "MWRmYjAwM2MxYzlhZTY4YjAxMWFkODdkZGUxMTQ0NmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c248bde4-b56b-4b83-9b8d-af6bff782186"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T06:37:14.313Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T06:37:14.314Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c27230bc-e2c6-4e78-a08e-05b193d91ebd ASDC
2022-07-01T06:37:14.424Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a5477f96-6d0b-4805-b7ff-c5b43416c73a
ServiceName:vFW 2022-07-01 06-34-42
ServiceVersion:1.0
ServiceUUID:c27230bc-e2c6-4e78-a08e-05b193d91ebd
ServiceInvariantUUID:05bb393e-9f68-46de-b6f8-f7dfe1356b02
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220701063442-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar
ArtifactUUID:c248bde4-b56b-4b83-9b8d-af6bff782186
ArtifactChecksum:MWRmYjAwM2MxYzlhZTY4YjAxMWFkODdkZGUxMTQ0NmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ae8c3070-81b6 0
ResourceCustomizationUUID:0b6c706f-ba30-444c-9341-43f80ed9c31f
ResourceInvariantUUID:64a4c46b-7aa1-4b25-afa3-6a228bbdda90
ResourceName:vFW ae8c3070-81b6
ResourceType:VF
ResourceUUID:d8420550-2a4d-4aea-9d95-83baa6a9c5db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwae8c307081b60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json
ArtifactUUID:8ec926f9-cbd2-4fdc-84e2-dc1f49af0cbf
ArtifactChecksum:NjI5ZDNiZTdiZGZiNzEzMjdhZjA4NWFlMmY4MTZjNGI=
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/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml
ArtifactUUID:14cdb531-9f53-4195-97e0-dfcc267eec16
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/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
ArtifactUUID:c96e656c-dfe8-47cf-8ccc-f2db62789b95
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/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
ArtifactUUID:c96e656c-dfe8-47cf-8ccc-f2db62789b95
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T06:37:14.425Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c27230bc-e2c6-4e78-a08e-05b193d91ebd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:37:14.475Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:37:14.476Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:37:14.477Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:37:14.478Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c248bde4-b56b-4b83-9b8d-af6bff782186 from URL: /sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:14.478Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:37:14.479Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:14.568Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:37:14.585Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar c248bde4-b56b-4b83-9b8d-af6bff782186 98990
2022-07-01T06:37:14.586Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar ASDC sendASDCNotification
2022-07-01T06:37:14.587Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:14.588Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:37:14.589Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:14.590Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:14.591Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657434586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:14.691Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:14.692Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:14.692Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:14.709Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:14.710Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:37:15.591Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:37:15.592Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:37:15.593Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c248bde4-b56b-4b83-9b8d-af6bff782186, URL: /sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar to file: /app/ASDC/1/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:15.599Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220701063442-csar.csar
2022-07-01T06:37:15.693Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:15.694Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:16.441Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1486208931024113835/Definitions/service-Vfw20220701063442-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-01T06:37:19.153Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T06:37:19.158Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-01T06:37:19.158Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.158Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-01T06:37:19.158Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.158Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ae8c3070-81b6 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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.159Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.160Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.160Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.160Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-Vfw20220701063442-csar.csar
2022-07-01T06:37:19.160Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-01T06:37:19.166Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.167Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.172Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:19.172Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-01T06:37:19.174Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:37:19.176Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.176Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.176Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:19.176Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-01T06:37:19.177Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:37:19.177Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.177Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.181Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.181Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:19.181Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:19.181Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T06:37:19.181Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.182Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.182Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.182Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T06:37:19.182Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:19.182Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.183Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T06:37:19.184Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.184Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T06:37:19.184Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.184Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:37:19.185Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.186Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:19.186Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:19.186Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.186Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:19.187Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:19.187Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.187Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:19.187Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:19.187Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T06:37:19.188Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.189Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=91f256b5-2255-40d6-9c2a-d2d59025b070
2022-07-01T06:37:19.190Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.190Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:19.190Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:19.190Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T06:37:19.190Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-01T06:37:19.191Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T06:37:19.192Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.192Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T06:37:19.192Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.192Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a8d77c2e-0264-4625-8074-51722cb8b91f
2022-07-01T06:37:19.192Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.193Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.194Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T06:37:19.194Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:19.194Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T06:37:19.194Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T06:37:19.194Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:19.195Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:19.195Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-01T06:37:19.195Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f707b45-4b16-4594-b312-10074e01d9c2
2022-07-01T06:37:19.195Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.195Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:19.196Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-01 06-34-42
Description:catalog service description
Model UUID:c27230bc-e2c6-4e78-a08e-05b193d91ebd
Model Version:NULL
Model InvariantUuid:05bb393e-9f68-46de-b6f8-f7dfe1356b02
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ae8c3070-81b6
Model UUID:819cd609-85cb-4bd3-a10f-617a7e509570
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64a4c46b-7aa1-4b25-afa3-6a228bbdda90
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0b6c706f-ba30-444c-9341-43f80ed9c31f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dbc1edc4-2939-4537-911a-39c8572e24eb
ModelName:VfwAe8c307081b6..base_vfw..module-0
ModelUuid:cea0d407-43af-454c-8ec6-cf9f3494cc29
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91f256b5-2255-40d6-9c2a-d2d59025b070
ModelInvariantUuid:1cf4f24c-3583-49fa-82fd-a18e9f003ae4
ModelName:vFW ae8c3070-81b6-nodes.vfwCvfc
ModelUuid:7115c8e3-6aa2-4993-ba5c-8f46cf4a4960
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:196b8c22-474c-4df4-8e24-0b6b98fc8932
ModelInvariantUuid:533e2351-0a69-46a7-9ca7-f29af67ba422
ModelName:VfwAe8c307081b6.compute.nodes.heat.vfw
ModelUuid:c38cd8f3-627e-42d0-88de-b254119d5aee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a8d77c2e-0264-4625-8074-51722cb8b91f
ModelInvariantUuid:92576d79-e0be-4a99-ae6a-0a3fa3ae0a29
ModelName:vFW ae8c3070-81b6-nodes.vsnCvfc
ModelUuid:a475b927-7220-4f30-b7f0-1684cf00d1c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8a6977c2-f49a-49fe-843c-62c5343af282
ModelInvariantUuid:5297136c-e409-44d6-8148-3fc544aab884
ModelName:VfwAe8c307081b6.compute.nodes.heat.vsn
ModelUuid:2a341a1c-d4f8-4fa0-9a4e-f49a2d305660
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5f707b45-4b16-4594-b312-10074e01d9c2
ModelInvariantUuid:faf08087-f4d3-446b-9fff-c7fd31d72d30
ModelName:vFW ae8c3070-81b6-nodes.vpgCvfc
ModelUuid:c18982d9-c106-4d7e-bd2f-0c96fb1da77c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5ea6d194-6b17-4ca9-be7e-f1dde5d20cde
ModelInvariantUuid:7865886b-f5fb-46e8-bb6a-ca9e35bfde99
ModelName:VfwAe8c307081b6.compute.nodes.heat.vpg
ModelUuid:c1ac99ed-9fc5-4f2c-b33b-7e0e9bd9b2b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T06:37:19.207Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d8420550-2a4d-4aea-9d95-83baa6a9c5db
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:37:19.319Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||vFW ae8c3070-81b6 0
2022-07-01T06:37:19.327Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8420550-2a4d-4aea-9d95-83baa6a9c5db
2022-07-01T06:37:19.327Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ec926f9-cbd2-4fdc-84e2-dc1f49af0cbf from URL: /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json
2022-07-01T06:37:19.328Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:37:19.328Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json
2022-07-01T06:37:19.525Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:37:19.526Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json 8ec926f9-cbd2-4fdc-84e2-dc1f49af0cbf 785
2022-07-01T06:37:19.527Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json ASDC sendASDCNotification
2022-07-01T06:37:19.527Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json
2022-07-01T06:37:19.527Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:37:19.528Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:19.531Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:19.531Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657439527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:19.631Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:19.632Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:19.632Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:19.650Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:19.651Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:20.532Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAe8c307081b6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dbc1edc4-2939-4537-911a-39c8572e24eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cea0d407-43af-454c-8ec6-cf9f3494cc29",
    "vfModuleModelCustomizationUUID": "84dc4b2f-206e-4d07-9db3-3a43d339a49e",
    "isBase": true,
    "artifacts": [
      "14cdb531-9f53-4195-97e0-dfcc267eec16",
      "c96e656c-dfe8-47cf-8ccc-f2db62789b95"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T06:37:20.545Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAe8c307081b6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cea0d407-43af-454c-8ec6-cf9f3494cc29
VfModuleModelInvariantUUID:dbc1edc4-2939-4537-911a-39c8572e24eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
14cdb531-9f53-4195-97e0-dfcc267eec16
,
c96e656c-dfe8-47cf-8ccc-f2db62789b95

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

isBase:true


}

2022-07-01T06:37:20.548Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAe8c307081b6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dbc1edc4-2939-4537-911a-39c8572e24eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cea0d407-43af-454c-8ec6-cf9f3494cc29",
    "vfModuleModelCustomizationUUID": "84dc4b2f-206e-4d07-9db3-3a43d339a49e",
    "isBase": true,
    "artifacts": [
      "14cdb531-9f53-4195-97e0-dfcc267eec16",
      "c96e656c-dfe8-47cf-8ccc-f2db62789b95"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T06:37:20.548Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAe8c307081b6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cea0d407-43af-454c-8ec6-cf9f3494cc29
VfModuleModelInvariantUUID:dbc1edc4-2939-4537-911a-39c8572e24eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
14cdb531-9f53-4195-97e0-dfcc267eec16
,
c96e656c-dfe8-47cf-8ccc-f2db62789b95

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

isBase:true


}

2022-07-01T06:37:20.548Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 14cdb531-9f53-4195-97e0-dfcc267eec16 from URL: /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml
2022-07-01T06:37:20.548Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:37:20.548Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml
2022-07-01T06:37:20.629Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:37:20.631Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml 14cdb531-9f53-4195-97e0-dfcc267eec16 20368
2022-07-01T06:37:20.631Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-01T06:37:20.631Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml
2022-07-01T06:37:20.631Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:37:20.632Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:20.634Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:20.634Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657440631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:20.734Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:20.736Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:20.736Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:20.760Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:20.760Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:21.635Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c96e656c-dfe8-47cf-8ccc-f2db62789b95 from URL: /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
2022-07-01T06:37:21.635Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:37:21.636Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
2022-07-01T06:37:21.748Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:37:21.749Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env c96e656c-dfe8-47cf-8ccc-f2db62789b95 2098
2022-07-01T06:37:21.749Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-01T06:37:21.749Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
2022-07-01T06:37:21.749Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:37:21.750Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:21.752Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:21.752Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657441749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:37:21.852Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:21.853Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:21.853Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:21.875Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:21.876Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:22.752Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c27230bc-e2c6-4e78-a08e-05b193d91ebd
2022-07-01T06:37:22.753Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ae8c3070-81b6 0 d8420550-2a4d-4aea-9d95-83baa6a9c5db ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:37:22.789Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43849fe0, org.onap.sdc.toscaparser.api.parameters.Input@11e23c5f, org.onap.sdc.toscaparser.api.parameters.Input@60e54c81, org.onap.sdc.toscaparser.api.parameters.Input@4067addc, org.onap.sdc.toscaparser.api.parameters.Input@277b51af]
2022-07-01T06:37:22.808Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.809Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.809Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-01T06:37:22.809Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0b6c706f-ba30-444c-9341-43f80ed9c31f
2022-07-01T06:37:22.810Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b6c706f-ba30-444c-9341-43f80ed9c31f matches Tosca VF Customization UUID: 0b6c706f-ba30-444c-9341-43f80ed9c31f
2022-07-01T06:37:22.810Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0b6c706f-ba30-444c-9341-43f80ed9c31f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-01T06:37:22.819Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.820Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.821Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0b6c706f-ba30-444c-9341-43f80ed9c31f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-01T06:37:22.822Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31d7c1b8
2022-07-01T06:37:22.822Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.822Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:37:22.823Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84dc4b2f-206e-4d07-9db3-3a43d339a49e
2022-07-01T06:37:22.825Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84dc4b2f-206e-4d07-9db3-3a43d339a49e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-01T06:37:22.831Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.832Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.832Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:22.834Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.834Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.834Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:22.835Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.835Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:22.836Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:22.836Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-01T06:37:22.836Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:22.837Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T06:37:22.837Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T06:37:22.837Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.838Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.838Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T06:37:22.839Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.839Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T06:37:22.839Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.840Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=91f256b5-2255-40d6-9c2a-d2d59025b070
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-01T06:37:22.851Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.852Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.852Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:22.853Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.853Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:22.853Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:22.854Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T06:37:22.854Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.854Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.855Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.855Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T06:37:22.855Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:22.856Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-01T06:37:22.856Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T06:37:22.856Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.857Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T06:37:22.857Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.857Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a8d77c2e-0264-4625-8074-51722cb8b91f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-01T06:37:22.860Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.860Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.861Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:22.863Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.863Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is not matching search criteria
2022-07-01T06:37:22.864Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T06:37:22.864Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T06:37:22.865Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.865Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.865Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.866Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T06:37:22.866Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T06:37:22.866Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T06:37:22.867Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T06:37:22.867Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T06:37:22.867Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T06:37:22.868Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-01T06:37:22.868Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f707b45-4b16-4594-b312-10074e01d9c2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-01T06:37:22.871Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.872Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.872Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:37:22.873Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.873Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Node template vFW ae8c3070-81b6 0 is matching search criteria
2022-07-01T06:37:22.873Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ae8c3070-81b6 0] matching following query criteria: sdcType=VF, customizationUUID=0b6c706f-ba30-444c-9341-43f80ed9c31f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:37:22.876Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.876Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.877Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c27230bc-e2c6-4e78-a08e-05b193d91ebd: vFW ae8c3070-81b6
2022-07-01T06:37:22.877Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.878Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.878Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.878Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.879Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.879Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.879Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.879Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.880Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:37:22.880Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-01 06-34-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:37:22.880Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-07-01 06-34-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-07-01T06:37:23.206Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ae8c3070-81b6 d8420550-2a4d-4aea-9d95-83baa6a9c5db 1 ASDC deployResourceStructure
2022-07-01T06:37:23.206Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json ASDC sendASDCNotification
2022-07-01T06:37:23.207Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json
2022-07-01T06:37:23.207Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:37:23.207Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:23.209Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:23.209Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657443206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:37:23.309Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:23.310Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:23.310Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:23.333Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:23.334Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:24.210Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-01T06:37:24.210Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml
2022-07-01T06:37:24.210Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:37:24.210Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:24.212Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:24.212Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657444210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T06:37:24.313Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:37:24.314Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:24.314Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:24.331Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:24.331Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:25.213Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-01T06:37:25.214Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env
2022-07-01T06:37:25.214Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:37:25.214Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:25.216Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:25.216Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657445213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-01T06:37:25.317Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T06:37:25.318Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:25.318Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:25.338Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:25.339Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:26.217Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar ASDC sendASDCNotification
2022-07-01T06:37:26.218Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar
2022-07-01T06:37:26.218Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:37:26.219Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:37:26.221Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:37:26.221Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657446217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:37:26.321Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:37:26.322Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:37:26.323Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:37:26.340Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:37:26.341Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:37:27.223Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5477f96-6d0b-4805-b7ff-c5b43416c73a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:37:27.250Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5477f96-6d0b-4805-b7ff-c5b43416c73a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:37:27.255Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:37:27.255Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T06:37:27.255Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T06:37:27.256Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T06:37:27.256Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:37:27.256Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:37:27.256Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:37:27.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:37:27.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:37:27.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:37:27.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-07-01T06:37:27.265Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T06:37:57.265Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5477f96-6d0b-4805-b7ff-c5b43416c73a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T06:37:57.281Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5477f96-6d0b-4805-b7ff-c5b43416c73a and serviceModelVersionId: c27230bc-e2c6-4e78-a08e-05b193d91ebd
2022-07-01T06:37:57.281Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05bb393e-9f68-46de-b6f8-f7dfe1356b02
2022-07-01T06:38:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:38:06.591Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:38:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:06.727Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:06.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:38:06.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:38:06.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:38:12.386Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0
2022-07-01T06:38:12.537Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T06:38:13.094Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0|INFO|500||Invoke
2022-07-01T06:38:13.104Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5477f96-6d0b-4805-b7ff-c5b43416c73a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[146281cc-f872-4d9e-956c-a91430151b28], X-ECOMP-RequestID=[a5477f96-6d0b-4805-b7ff-c5b43416c73a], X-TransactionId=[], X-ONAP-RequestID=[a5477f96-6d0b-4805-b7ff-c5b43416c73a], Content-Type=[application/merge-patch+json]}
2022-07-01T06:38:13.260Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T06:38:13.591Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?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/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-06:38:13:155-60879], vertex-id=[545016], Content-Length=[0], Date=[Fri, 01 Jul 2022 06:38:13 GMT], Content-Type=[application/json]}
2022-07-01T06:38:13.592Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T06:38:13.593Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05bb393e-9f68-46de-b6f8-f7dfe1356b02/model-vers/model-ver/c27230bc-e2c6-4e78-a08e-05b193d91ebd?depth=0|INFO|500||InvokeReturn
2022-07-01T06:38:13.598Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T06:38:13.599Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-07-01T06:38:13.604Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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-07-01T06:38:13.605Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5477f96-6d0b-4805-b7ff-c5b43416c73a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T06:38:13.606Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T06:38:13.607Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:13.609Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:13.609Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657493605,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:38:13.709Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:13.710Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:13.710Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:13.727Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:13.727Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:38:14.622Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:38:14.622Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:38:14.623Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:15.250Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:15.251Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T06:38:15.251Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c85859f2-1070-430e-9537-41261cbd97b1","serviceName":"basic_onboard_fxgBoe","serviceVersion":"1.0","serviceUUID":"4f35f009-8c3d-40d8-90e4-00d7f2f64974","serviceDescription":"service","serviceInvariantUUID":"fdffacdd-8e17-4e49-a237-9f103cc2fbe1","resources":[{"resourceInstanceName":"basic_onboard_fxgBoe 0","resourceName":"basic_onboard_fxgBoe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d7c30ae8-8f5a-4930-a8ee-c2ceae427d74","resourceInvariantUUID":"62e3affc-b0a0-40b8-bf15-23f12199e308","resourceCustomizationUUID":"fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml","artifactChecksum":"Y2JhODRjZWFjYWEzNWU5OGNlZDFjZDczZjcxYjFmYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fcb04c6f-d137-4b6f-afc0-c0a6f9290742","artifactVersion":"1"},{"artifactName":"basic_onboard_fxgboe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json","artifactChecksum":"MDRmMDIzYTMyYWM4ZTk0ZGE3YzJiNTAxZmIxNWQ3ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f5cc3e9-4b1b-43fc-8f91-0d22bf23c748","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b903d09f-0700-499c-88e0-72d54528df18","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f979c15-def1-401f-a57e-7ce996fb130d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c","artifactVersion":"2","generatedFromUUID":"b903d09f-0700-499c-88e0-72d54528df18"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFxgboe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml","artifactChecksum":"YjI0OGRmMTBjNWU4MTQyYzQxZGMwODNmMWFhZDMyNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ca5a8c0-651f-4266-ba10-4ca9dc38bd09","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFxgboe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar","artifactChecksum":"MmQ5NWYzZTRlMjA2ZWQyODE3ZmRiNTA5ZTkzNDQ1ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"733bff43-6377-44b8-9c59-f1fb76284c1f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T06:38:15.254Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:15.255Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:15.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:15.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:38:15.357Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:15.358Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:15.358Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:15.376Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:15.376Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:16.257Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:16.259Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:16.260Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:16.261Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:38:16.361Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:16.362Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:16.362Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:16.392Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:16.393Z||pool-20-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:17.261Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:17.262Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:17.264Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:17.264Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:38:17.364Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:17.365Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:17.365Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:17.378Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:17.378Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:38:18.265Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:18.265Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:18.268Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:18.268Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:38:18.368Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:18.370Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:18.370Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:18.387Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:18.388Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:19.269Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:19.270Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:19.272Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:19.272Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-01T06:38:19.374Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-01T06:38:19.376Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:19.376Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:19.391Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:19.391Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:38:20.273Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:20.273Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:20.275Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:20.275Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:38:20.376Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:20.377Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:20.377Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:20.391Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:20.392Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:21.276Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:38:21.277Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:21.279Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:21.279Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:38:21.379Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:21.380Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:21.380Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:21.398Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:21.398Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
2022-07-01T06:38:22.281Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "serviceName": "basic_onboard_fxgBoe",
  "serviceVersion": "1.0",
  "serviceUUID": "4f35f009-8c3d-40d8-90e4-00d7f2f64974",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fdffacdd-8e17-4e49-a237-9f103cc2fbe1",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_fxgBoe 0",
      "resourceCustomizationUUID": "fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0",
      "resourceName": "basic_onboard_fxgBoe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d7c30ae8-8f5a-4930-a8ee-c2ceae427d74",
      "resourceInvariantUUID": "62e3affc-b0a0-40b8-bf15-23f12199e308",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_fxgboe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
          "artifactChecksum": "MDRmMDIzYTMyYWM4ZTk0ZGE3YzJiNTAxZmIxNWQ3ZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f5cc3e9-4b1b-43fc-8f91-0d22bf23c748",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b903d09f-0700-499c-88e0-72d54528df18",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c",
            "generatedFromUUID": "b903d09f-0700-499c-88e0-72d54528df18"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFxgboe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
      "artifactChecksum": "MmQ5NWYzZTRlMjA2ZWQyODE3ZmRiNTA5ZTkzNDQ1ZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "733bff43-6377-44b8-9c59-f1fb76284c1f"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T06:38:22.281Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T06:38:22.282Z|a5477f96-6d0b-4805-b7ff-c5b43416c73a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4f35f009-8c3d-40d8-90e4-00d7f2f64974 ASDC
2022-07-01T06:38:22.282Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c85859f2-1070-430e-9537-41261cbd97b1
ServiceName:basic_onboard_fxgBoe
ServiceVersion:1.0
ServiceUUID:4f35f009-8c3d-40d8-90e4-00d7f2f64974
ServiceInvariantUUID:fdffacdd-8e17-4e49-a237-9f103cc2fbe1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFxgboe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar
ArtifactUUID:733bff43-6377-44b8-9c59-f1fb76284c1f
ArtifactChecksum:MmQ5NWYzZTRlMjA2ZWQyODE3ZmRiNTA5ZTkzNDQ1ZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_fxgBoe 0
ResourceCustomizationUUID:fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0
ResourceInvariantUUID:62e3affc-b0a0-40b8-bf15-23f12199e308
ResourceName:basic_onboard_fxgBoe
ResourceType:VF
ResourceUUID:d7c30ae8-8f5a-4930-a8ee-c2ceae427d74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fxgboe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json
ArtifactUUID:8f5cc3e9-4b1b-43fc-8f91-0d22bf23c748
ArtifactChecksum:MDRmMDIzYTMyYWM4ZTk0ZGE3YzJiNTAxZmIxNWQ3ZGI=
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/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b903d09f-0700-499c-88e0-72d54528df18
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/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
ArtifactUUID:6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c
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/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
ArtifactUUID:6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T06:38:22.283Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f35f009-8c3d-40d8-90e4-00d7f2f64974 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:38:22.318Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:38:22.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:38:22.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:38:22.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 733bff43-6377-44b8-9c59-f1fb76284c1f from URL: /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:22.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:38:22.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:22.424Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:38:22.428Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar 733bff43-6377-44b8-9c59-f1fb76284c1f 71559
2022-07-01T06:38:22.428Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar ASDC sendASDCNotification
2022-07-01T06:38:22.428Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:22.428Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:38:22.429Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:22.430Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:22.431Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657502428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:38:22.531Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:22.532Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:22.532Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:22.545Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:22.546Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:23.431Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:38:23.432Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T06:38:23.433Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 733bff43-6377-44b8-9c59-f1fb76284c1f, URL: /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar to file: /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:23.433Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:23.433Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:23.434Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:23.544Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11775667086923432890/Definitions/service-BasicOnboardFxgboe-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-01T06:38:24.663Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T06:38:24.663Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_fxgBoe 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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.664Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|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-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:24.665Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-01T06:38:24.666Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.666Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.666Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:24.667Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-01T06:38:24.667Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:38:24.667Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.667Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.668Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:24.668Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-01T06:38:24.668Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:38:24.668Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.668Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.669Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.669Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is not matching search criteria
2022-07-01T06:38:24.669Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-01T06:38:24.669Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-01T06:38:24.670Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-01T06:38:24.670Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T06:38:24.670Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T06:38:24.670Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.671Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:38:24.671Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.671Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:24.671Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:24.672Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.672Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:24.672Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:24.672Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.673Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:24.673Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:24.673Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.673Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is not matching search criteria
2022-07-01T06:38:24.673Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-01T06:38:24.674Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T06:38:24.674Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=706debdc-a815-4bcd-a8cd-3ba5f21f9fba
2022-07-01T06:38:24.674Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.674Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.675Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.675Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.675Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.675Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.675Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:24.676Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:24.676Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_fxgBoe
Description:service
Model UUID:4f35f009-8c3d-40d8-90e4-00d7f2f64974
Model Version:NULL
Model InvariantUuid:fdffacdd-8e17-4e49-a237-9f103cc2fbe1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_fxgBoe
Model UUID:b75a10bf-4534-4eab-aad1-fea5d46ed3e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:62e3affc-b0a0-40b8-bf15-23f12199e308
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fa0ce75f-9418-490d-b62b-6c5bfd629ce7
ModelName:BasicOnboardFxgboe..base_ubuntu18..module-0
ModelUuid:cc8080ad-105e-462b-9fc6-b98214352dce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:706debdc-a815-4bcd-a8cd-3ba5f21f9fba
ModelInvariantUuid:3df157d7-0b0b-47f5-bf71-ad9577fe5851
ModelName:basic_onboard_fxgBoe-nodes.ubuntu18Cvfc
ModelUuid:e1d4c48f-f41c-4df8-b50d-e970a8266cf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1af34e97-7cca-4027-80cf-b64918863f89
ModelInvariantUuid:597d4b3c-0116-4f0e-9498-084b3d1b6c53
ModelName:BasicOnboardFxgboe.compute.nodes.heat.ubuntu18
ModelUuid:fe19fa70-46b8-456e-a3a4-590be54eb4bf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T06:38:24.684Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d7c30ae8-8f5a-4930-a8ee-c2ceae427d74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:38:24.687Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||basic_onboard_fxgBoe 0
2022-07-01T06:38:24.687Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d7c30ae8-8f5a-4930-a8ee-c2ceae427d74
2022-07-01T06:38:24.687Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8f5cc3e9-4b1b-43fc-8f91-0d22bf23c748 from URL: /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json
2022-07-01T06:38:24.688Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:38:24.688Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json
2022-07-01T06:38:24.754Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:38:24.755Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json 8f5cc3e9-4b1b-43fc-8f91-0d22bf23c748 798
2022-07-01T06:38:24.756Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json ASDC sendASDCNotification
2022-07-01T06:38:24.756Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json
2022-07-01T06:38:24.756Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:38:24.756Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:24.758Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:24.758Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657504755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:38:24.859Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:38:24.859Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:24.860Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:24.877Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:24.878Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:25.759Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFxgboe..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fa0ce75f-9418-490d-b62b-6c5bfd629ce7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cc8080ad-105e-462b-9fc6-b98214352dce",
    "vfModuleModelCustomizationUUID": "a85c9bbe-c6c1-46a1-86ee-7749a7376a03",
    "isBase": true,
    "artifacts": [
      "b903d09f-0700-499c-88e0-72d54528df18",
      "6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T06:38:25.764Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFxgboe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc8080ad-105e-462b-9fc6-b98214352dce
VfModuleModelInvariantUUID:fa0ce75f-9418-490d-b62b-6c5bfd629ce7
VfModuleModelDescription:NULL
Artifacts UUID List:{
b903d09f-0700-499c-88e0-72d54528df18
,
6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c

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

isBase:true


}

2022-07-01T06:38:25.766Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFxgboe..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fa0ce75f-9418-490d-b62b-6c5bfd629ce7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cc8080ad-105e-462b-9fc6-b98214352dce",
    "vfModuleModelCustomizationUUID": "a85c9bbe-c6c1-46a1-86ee-7749a7376a03",
    "isBase": true,
    "artifacts": [
      "b903d09f-0700-499c-88e0-72d54528df18",
      "6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T06:38:25.766Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFxgboe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc8080ad-105e-462b-9fc6-b98214352dce
VfModuleModelInvariantUUID:fa0ce75f-9418-490d-b62b-6c5bfd629ce7
VfModuleModelDescription:NULL
Artifacts UUID List:{
b903d09f-0700-499c-88e0-72d54528df18
,
6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c

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

isBase:true


}

2022-07-01T06:38:25.766Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b903d09f-0700-499c-88e0-72d54528df18 from URL: /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml
2022-07-01T06:38:25.766Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:38:25.766Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml
2022-07-01T06:38:25.876Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:38:25.876Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml b903d09f-0700-499c-88e0-72d54528df18 5033
2022-07-01T06:38:25.876Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-01T06:38:25.877Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml
2022-07-01T06:38:25.877Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:38:25.877Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:25.879Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:25.880Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657505876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:38:25.980Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:25.981Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:25.981Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:26.018Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:26.018Z||pool-28-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:26.880Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c from URL: /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
2022-07-01T06:38:26.881Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T06:38:26.881Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
2022-07-01T06:38:26.959Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T06:38:26.959Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env 6ddcfe6f-dbd1-45a9-a414-e6c8c69cd39c 909
2022-07-01T06:38:26.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-01T06:38:26.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
2022-07-01T06:38:26.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:38:26.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:26.962Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:26.962Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657506960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:38:27.062Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:27.063Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:27.063Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:27.081Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:27.082Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:27.963Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4f35f009-8c3d-40d8-90e4-00d7f2f64974
2022-07-01T06:38:27.964Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_fxgBoe 0 d7c30ae8-8f5a-4930-a8ee-c2ceae427d74 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:38:27.978Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@708e793e, org.onap.sdc.toscaparser.api.parameters.Input@211be907, org.onap.sdc.toscaparser.api.parameters.Input@6e10bb3e, org.onap.sdc.toscaparser.api.parameters.Input@55312e2d, org.onap.sdc.toscaparser.api.parameters.Input@5675ea3c]
2022-07-01T06:38:27.979Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.979Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.980Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-01T06:38:27.980Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0
2022-07-01T06:38:27.980Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0 matches Tosca VF Customization UUID: fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0
2022-07-01T06:38:27.980Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-01T06:38:27.982Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.983Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.983Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-01T06:38:27.983Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fe6eb4e
2022-07-01T06:38:27.984Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.984Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:38:27.984Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a85c9bbe-c6c1-46a1-86ee-7749a7376a03
2022-07-01T06:38:27.984Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a85c9bbe-c6c1-46a1-86ee-7749a7376a03
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-01T06:38:27.986Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.987Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:27.987Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:27.987Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.987Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:27.987Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:27.988Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.988Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is not matching search criteria
2022-07-01T06:38:27.988Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-01T06:38:27.988Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T06:38:27.988Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=706debdc-a815-4bcd-a8cd-3ba5f21f9fba
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-01T06:38:27.990Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.991Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:27.991Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:38:27.991Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.991Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fxgBoe 0 is matching search criteria
2022-07-01T06:38:27.991Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fxgBoe 0] matching following query criteria: sdcType=VF, customizationUUID=fadfa7f3-dfd7-4f50-8ef6-99831ebf53f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:38:27.993Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.993Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.994Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4f35f009-8c3d-40d8-90e4-00d7f2f64974: basic_onboard_fxgBoe
2022-07-01T06:38:27.994Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.994Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.994Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.995Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.995Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.995Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.995Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.996Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.996Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:38:27.996Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fxgBoe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:38:27.996Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_fxgBoe 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:38:28.075Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_fxgBoe d7c30ae8-8f5a-4930-a8ee-c2ceae427d74 1 ASDC deployResourceStructure
2022-07-01T06:38:28.076Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json ASDC sendASDCNotification
2022-07-01T06:38:28.076Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json
2022-07-01T06:38:28.076Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:38:28.077Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:28.078Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:28.079Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657508076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:38:28.179Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:28.180Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:28.180Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:28.198Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:28.199Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:38:29.080Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-01T06:38:29.080Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml
2022-07-01T06:38:29.080Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:38:29.081Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:29.083Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:29.083Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657509080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T06:38:29.183Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:29.184Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:29.184Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:29.206Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:29.207Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:30.084Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-01T06:38:30.084Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env
2022-07-01T06:38:30.084Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:38:30.085Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:30.087Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:30.087Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657510084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-01T06:38:30.187Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:30.188Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:30.188Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:30.203Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:30.204Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:38:31.087Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar ASDC sendASDCNotification
2022-07-01T06:38:31.088Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar
2022-07-01T06:38:31.088Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:38:31.088Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:38:31.090Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:38:31.090Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657511087,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:38:31.190Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:38:31.191Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:38:31.191Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:38:31.221Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:38:31.221Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:38:32.091Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:38:32.104Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:38:32.107Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:38:32.107Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:38:32.107Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:39:02.108Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:39:02.126Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:39:02.128Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:39:02.129Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:39:02.129Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:39:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:39:06.590Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:39:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:39:06.628Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:39:06.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657426585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657434586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657434013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "cds",
  "timestamp": 1656657435696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657434013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "cds",
  "timestamp": 1656657435696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657434013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "cds",
  "timestamp": 1656657435696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657434013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657439527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "cds",
  "timestamp": 1656657435696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657434013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657440631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "cds",
  "timestamp": 1656657435696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657434013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657441749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "cds",
  "timestamp": 1656657435696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657434013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657440756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "policy-id",
  "timestamp": 1656657440993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657443206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/vfwae8c307081b60_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "cds",
  "timestamp": 1656657435696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657443027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657440756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "policy-id",
  "timestamp": 1656657440993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657444210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "cds",
  "timestamp": 1656657443555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657444180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657440756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "policy-id",
  "timestamp": 1656657440993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657445213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/resourceInstances/vfwae8c307081b60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "cds",
  "timestamp": 1656657444564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:39:06.651Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.651Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657440756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657445275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "policy-id",
  "timestamp": 1656657440993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657446217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701063442/1.0/artifacts/service-Vfw20220701063442-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657445869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657440756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657446306,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:39:06.668Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.668Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:39:06.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "policy-id",
  "timestamp": 1656657440993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657445869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657440756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656657447310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "policy-id",
  "timestamp": 1656657440993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657445869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657440756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "policy-id",
  "timestamp": 1656657440993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657445869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657448606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "clamp",
  "timestamp": 1656657448716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "policy-id",
  "timestamp": 1656657448815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657445869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "clamp",
  "timestamp": 1656657448716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "policy-id",
  "timestamp": 1656657449818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657445869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "clamp",
  "timestamp": 1656657448716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "policy-id",
  "timestamp": 1656657450822,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:39:06.689Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.689Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-01T06:39:06.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657450928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:39:06.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656657445869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "clamp",
  "timestamp": 1656657448716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656657451933,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:39:06.704Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.704Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:39:06.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "clamp",
  "timestamp": 1656657448716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "aai-ml",
  "timestamp": 1656657453735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "clamp",
  "timestamp": 1656657448716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "aai-ml",
  "timestamp": 1656657453735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "clamp",
  "timestamp": 1656657448716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "aai-ml",
  "timestamp": 1656657453735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "aai-ml",
  "timestamp": 1656657453735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "aai-ml",
  "timestamp": 1656657453735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "aai-ml",
  "timestamp": 1656657453735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "aai-ml",
  "timestamp": 1656657453735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "aai-ml",
  "timestamp": 1656657461506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "clamp",
  "timestamp": 1656657463503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "clamp",
  "timestamp": 1656657465511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "clamp",
  "timestamp": 1656657466514,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:39:06.722Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.722Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:39:06.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "aai-ml",
  "timestamp": 1656657468567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:39:06.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:39:06.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:39:06.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "aai-ml",
  "timestamp": 1656657469571,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:39:06.743Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c85859f2-1070-430e-9537-41261cbd97b1
2022-07-01T06:39:06.743Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85859f2-1070-430e-9537-41261cbd97b1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:39:32.129Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:39:32.141Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:39:32.145Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:39:32.145Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T06:39:32.145Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T06:39:32.145Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:39:32.146Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:39:32.147Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:39:32.152Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T06:40:02.153Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c85859f2-1070-430e-9537-41261cbd97b1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T06:40:02.160Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c85859f2-1070-430e-9537-41261cbd97b1 and serviceModelVersionId: 4f35f009-8c3d-40d8-90e4-00d7f2f64974
2022-07-01T06:40:02.160Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdffacdd-8e17-4e49-a237-9f103cc2fbe1
2022-07-01T06:40:02.161Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0
2022-07-01T06:40:02.166Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T06:40:02.229Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0|INFO|500||Invoke
2022-07-01T06:40:02.229Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c85859f2-1070-430e-9537-41261cbd97b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[750b5bf1-8c19-467f-85c1-53a15807f6f3], X-ECOMP-RequestID=[c85859f2-1070-430e-9537-41261cbd97b1], X-TransactionId=[], X-ONAP-RequestID=[c85859f2-1070-430e-9537-41261cbd97b1], Content-Type=[application/merge-patch+json]}
2022-07-01T06:40:02.261Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T06:40:02.377Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?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/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220701-06:40:02:159-85497], vertex-id=[352392], Content-Length=[0], Date=[Fri, 01 Jul 2022 06:40:02 GMT], Content-Type=[application/json]}
2022-07-01T06:40:02.378Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T06:40:02.378Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdffacdd-8e17-4e49-a237-9f103cc2fbe1/model-vers/model-ver/4f35f009-8c3d-40d8-90e4-00d7f2f64974?depth=0|INFO|500||InvokeReturn
2022-07-01T06:40:02.378Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T06:40:02.379Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:40:02.386Z|c85859f2-1070-430e-9537-41261cbd97b1|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-07-01T06:40:02.386Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c85859f2-1070-430e-9537-41261cbd97b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T06:40:02.386Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T06:40:02.387Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:40:02.388Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:40:02.388Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657602386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:40:02.489Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:40:02.490Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:40:02.490Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:40:02.509Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:40:02.509Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:40:03.401Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:40:03.401Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:40:03.401Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:40:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:40:06.590Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:40:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:40:06.625Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:40:06.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5477f96-6d0b-4805-b7ff-c5b43416c73a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657493605,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:40:06.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:40:06.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657494622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657502428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657504755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657505876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657506960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657508076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/basic_onboard_fxgboe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657509080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657510084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/resourceInstances/basic_onboard_fxgboe0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-01T06:40:06.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:06.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:40:06.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657511087,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFxgboe/1.0/artifacts/service-BasicOnboardFxgboe-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:40:06.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:40:12.959Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:40:12.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:40:12.960Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:40:12.961Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:40:22.518Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:41:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:41:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:41:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:41:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:41:06.589Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:41:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:41:07.120Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:41:07.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T06:41:07.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c85859f2-1070-430e-9537-41261cbd97b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656657602386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:41:07.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:41:16.132Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:42:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:42:06.588Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:42:06.588Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:42:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:42:06.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:42:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:42:16.142Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:42:16.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:43:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:43:06.588Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:43:06.589Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:43:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:43:06.590Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:43:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:43:16.144Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:43:16.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:44:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:44:06.587Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:44:06.587Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:44:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:44:06.590Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:44:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:44:16.168Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:44:16.169Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:45:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:45:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:45:06.587Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:45:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:45:06.590Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:45:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:45:16.146Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:45:16.151Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:46:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:46:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:46:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:46:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:46:06.589Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:46:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:46:16.144Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:46:16.156Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:47:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:47:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:47:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:47:06.589Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:47:06.590Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:47:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:47:16.144Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:47:16.144Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:48:06.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:48:06.586Z||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-07-01T06:48:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:48:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:48:06.590Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:48:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:48:16.135Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:48:16.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:49:06.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:49:06.587Z||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-07-01T06:49:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:49:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:49:06.590Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:49:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:49:16.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:49:16.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:50:06.585Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:50:06.587Z||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-07-01T06:50:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:50:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:50:06.590Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:50:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:50:16.146Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:50:16.154Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:51:06.586Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:51:06.588Z||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-07-01T06:51:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:51:06.589Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:51:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:06.729Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:51:06.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "clamp",
  "timestamp": 1656658258716,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:51:06.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:51:06.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "cds",
  "timestamp": 1656658260696,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:51:06.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:51:06.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658254013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:51:06.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:51:06.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "policy-id",
  "timestamp": 1656658260993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:51:06.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:51:06.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "clamp",
  "timestamp": 1656658258716,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:51:06.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:51:06.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "cds",
  "timestamp": 1656658260696,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:51:06.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:51:06.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658254013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:51:06.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:51:06.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "policy-id",
  "timestamp": 1656658260993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:51:06.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:51:06.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "aai-ml",
  "timestamp": 1656658263734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:51:06.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:51:06.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "cds",
  "timestamp": 1656658264035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:51:06.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:51:06.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "policy-id",
  "timestamp": 1656658263763,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:51:06.741Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:51:06.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "aai-ml",
  "timestamp": 1656658263734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:51:06.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:51:06.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "cds",
  "timestamp": 1656658265042,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:51:06.770Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2923c7a4-a816-4276-982b-9b2d02d73517
2022-07-01T06:51:06.771Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2923c7a4-a816-4276-982b-9b2d02d73517 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:51:06.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:51:06.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "policy-id",
  "timestamp": 1656658264771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:51:06.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:51:07.230Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:51:07.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T06:51:07.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2923c7a4-a816-4276-982b-9b2d02d73517","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"89f9cb00-c271-44a5-b73e-d7ed37643dc6","serviceDescription":"service","serviceInvariantUUID":"d9afe59a-2149-4c20-84e6-93659d1fb888","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"83866f86-dbb8-4417-a3f6-511118eb8447","resourceInvariantUUID":"4b042578-50d2-4721-96f7-f221372f61a2","resourceCustomizationUUID":"321f046e-97ad-4e12-9c91-4fb47a87ff97","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":"NTg0MTA0MTI5NDVhMzZmNmJkNDRlOGQ5N2Q1MWRmZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"935762ad-1617-4d77-bfb5-5f86e8964d39","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWZhNmQzMjg3NTcwYTc4ZmI3YzY2ZDBkZjNlMzIyNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"289d5597-a9e7-48e8-95b8-039e1181e2ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T06:51:07.237Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:51:07.237Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:51:07.242Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:51:07.242Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658266585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:51:07.341Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:51:07.342Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:51:07.342Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:07.359Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:51:07.360Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:51:08.243Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:51:08.244Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:51:08.246Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:51:08.246Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658266585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:51:08.347Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:51:08.348Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:51:08.348Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:08.368Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:51:08.368Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:51:09.248Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "89f9cb00-c271-44a5-b73e-d7ed37643dc6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d9afe59a-2149-4c20-84e6-93659d1fb888",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "321f046e-97ad-4e12-9c91-4fb47a87ff97",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "83866f86-dbb8-4417-a3f6-511118eb8447",
      "resourceInvariantUUID": "4b042578-50d2-4721-96f7-f221372f61a2",
      "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": "OWZhNmQzMjg3NTcwYTc4ZmI3YzY2ZDBkZjNlMzIyNzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "289d5597-a9e7-48e8-95b8-039e1181e2ee"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T06:51:09.249Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T06:51:09.249Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 89f9cb00-c271-44a5-b73e-d7ed37643dc6 ASDC
2022-07-01T06:51:09.250Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2923c7a4-a816-4276-982b-9b2d02d73517
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:89f9cb00-c271-44a5-b73e-d7ed37643dc6
ServiceInvariantUUID:d9afe59a-2149-4c20-84e6-93659d1fb888
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:289d5597-a9e7-48e8-95b8-039e1181e2ee
ArtifactChecksum:OWZhNmQzMjg3NTcwYTc4ZmI3YzY2ZDBkZjNlMzIyNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:321f046e-97ad-4e12-9c91-4fb47a87ff97
ResourceInvariantUUID:4b042578-50d2-4721-96f7-f221372f61a2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:83866f86-dbb8-4417-a3f6-511118eb8447
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-01T06:51:09.251Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89f9cb00-c271-44a5-b73e-d7ed37643dc6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:51:09.284Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:51:09.286Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:51:09.286Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:51:09.286Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 289d5597-a9e7-48e8-95b8-039e1181e2ee from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T06:51:09.286Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:51:09.287Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T06:51:09.368Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:51:09.371Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 289d5597-a9e7-48e8-95b8-039e1181e2ee 52514
2022-07-01T06:51:09.371Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-01T06:51:09.371Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T06:51:09.372Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:51:09.372Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:51:09.374Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:51:09.375Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658269371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:51:09.475Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:51:09.476Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:51:09.476Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:09.503Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:51:09.503Z||pool-37-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:51:10.375Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:51:10.376Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:51:10.377Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 289d5597-a9e7-48e8-95b8-039e1181e2ee, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:10.377Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-01T06:51:10.378Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:10.378Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:10.523Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10807513672114885999/Definitions/service-BasicNetwork-template.yml
2022-07-01T06:51:11.149Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T06:51:11.150Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:51:11.150Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.150Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.151Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.152Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.152Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:51:11.152Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.152Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.153Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-01T06:51:11.153Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:51:11.153Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:51:11.153Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.153Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.154Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.155Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.155Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.155Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.155Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.155Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.156Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.156Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:89f9cb00-c271-44a5-b73e-d7ed37643dc6
Model Version:NULL
Model InvariantUuid:d9afe59a-2149-4c20-84e6-93659d1fb888
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4b042578-50d2-4721-96f7-f221372f61a2
Model UUID:eba7f143-b68d-4a8c-b152-4d542d7aba96
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:321f046e-97ad-4e12-9c91-4fb47a87ff97
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T06:51:11.164Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 83866f86-dbb8-4417-a3f6-511118eb8447
2022-07-01T06:51:11.164Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||No resources found for Service: 89f9cb00-c271-44a5-b73e-d7ed37643dc6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:51:11.170Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||
2022-07-01T06:51:11.171Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-01T06:51:11.172Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 89f9cb00-c271-44a5-b73e-d7ed37643dc6
2022-07-01T06:51:11.172Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 89f9cb00-c271-44a5-b73e-d7ed37643dc6
2022-07-01T06:51:11.173Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-01T06:51:11.173Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:51:11.178Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2512267e, org.onap.sdc.toscaparser.api.parameters.Input@29b58389, org.onap.sdc.toscaparser.api.parameters.Input@69fa12dd, org.onap.sdc.toscaparser.api.parameters.Input@6fe89406, org.onap.sdc.toscaparser.api.parameters.Input@5bfd6e53]
2022-07-01T06:51:11.180Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.180Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.181Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.181Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.181Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 89f9cb00-c271-44a5-b73e-d7ed37643dc6: Generic NeutronNet
2022-07-01T06:51:11.182Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.182Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.182Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.183Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-01T06:51:11.212Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.213Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.213Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.213Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.214Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:51:11.214Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:51:11.214Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-01T06:51:11.266Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-01T06:51:11.267Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-01T06:51:11.267Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T06:51:11.267Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:51:11.267Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:51:11.269Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:51:11.269Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658271266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:51:11.369Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:51:11.370Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:51:11.371Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:51:11.387Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:51:11.388Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:51:12.271Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:51:12.283Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:51:12.285Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:51:12.285Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:51:12.285Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:51:42.286Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:51:42.302Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:51:42.311Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:51:42.312Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:51:42.312Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:52:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:52:06.590Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:52:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:52:06.656Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:52:06.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:52:06.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658265869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:52:06.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:52:12.312Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:52:12.322Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:52:12.324Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:52:12.324Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:52:12.324Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:52:42.324Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:52:42.335Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:52:42.338Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:52:42.338Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:52:42.339Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:53:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:53:06.590Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:53:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:53:06.633Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:53:06.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:53:06.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "aai-ml",
  "timestamp": 1656658266479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:53:06.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:53:12.339Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:53:12.349Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:53:12.351Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:53:12.351Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:53:12.352Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:53:42.352Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:53:42.365Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:53:42.368Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:53:42.369Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:53:42.369Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:54:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:54:06.590Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:54:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:06.625Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:06.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "policy-id",
  "timestamp": 1656658265776,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:54:06.635Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2923c7a4-a816-4276-982b-9b2d02d73517
2022-07-01T06:54:06.635Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2923c7a4-a816-4276-982b-9b2d02d73517 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:54:06.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658266585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658265869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658266585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658269371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "clamp",
  "timestamp": 1656658269635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658271266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:54:06.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "aai-ml",
  "timestamp": 1656658270988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:54:06.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "clamp",
  "timestamp": 1656658271644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:54:06.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "aai-ml",
  "timestamp": 1656658271992,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:54:06.655Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2923c7a4-a816-4276-982b-9b2d02d73517
2022-07-01T06:54:06.655Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2923c7a4-a816-4276-982b-9b2d02d73517 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:54:06.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "clamp",
  "timestamp": 1656658272648,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:54:06.669Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2923c7a4-a816-4276-982b-9b2d02d73517
2022-07-01T06:54:06.669Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2923c7a4-a816-4276-982b-9b2d02d73517 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:54:06.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658280756,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658280756,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658283558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658285327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:54:06.681Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658286332,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:54:06.686Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2923c7a4-a816-4276-982b-9b2d02d73517
2022-07-01T06:54:06.686Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2923c7a4-a816-4276-982b-9b2d02d73517 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:54:06.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658314013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658310756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658314013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658310756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658314013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658310756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658314013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658310756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658318716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658314013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658310756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658318716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658314013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658310756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658318716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "cds",
  "timestamp": 1656658320696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658314013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658310756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658318716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658320993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "cds",
  "timestamp": 1656658320696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658314013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658310756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658318716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658320993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "cds",
  "timestamp": 1656658320696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658323735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658323673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:54:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:54:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658318716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658320993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "cds",
  "timestamp": 1656658320696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658323735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658318716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658320993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:06.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T06:54:06.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "cds",
  "timestamp": 1656658320696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:06.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:54:12.369Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:54:12.385Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:54:12.391Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:54:12.391Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T06:54:12.391Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:54:12.392Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:54:12.397Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T06:54:42.397Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2923c7a4-a816-4276-982b-9b2d02d73517 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T06:54:42.405Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2923c7a4-a816-4276-982b-9b2d02d73517 and serviceModelVersionId: 89f9cb00-c271-44a5-b73e-d7ed37643dc6
2022-07-01T06:54:42.405Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9afe59a-2149-4c20-84e6-93659d1fb888
2022-07-01T06:54:42.407Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0
2022-07-01T06:54:42.412Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T06:54:42.480Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-01T06:54:42.481Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0|INFO|500||Invoke
2022-07-01T06:54:42.509Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T06:54:42.627Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0|INFO|500||InvokeReturn
2022-07-01T06:54:42.627Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9afe59a-2149-4c20-84e6-93659d1fb888/model-vers/model-ver/89f9cb00-c271-44a5-b73e-d7ed37643dc6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-06:54:42:460-34615], vertex-id=[372872], Content-Length=[0], Date=[Fri, 01 Jul 2022 06:54:42 GMT], Content-Type=[application/json]}
2022-07-01T06:54:42.627Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-07-01T06:54:42.628Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T06:54:42.628Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:54:42.632Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T06:54:42.633Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2923c7a4-a816-4276-982b-9b2d02d73517 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T06:54:42.633Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T06:54:42.633Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:42.635Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:42.635Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658482633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:54:42.735Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:42.736Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:42.737Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:42.752Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:42.752Z||pool-39-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-07-01T06:54:43.648Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:54:43.648Z|2923c7a4-a816-4276-982b-9b2d02d73517|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-07-01T06:54:43.648Z|2923c7a4-a816-4276-982b-9b2d02d73517|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:48.161Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:48.163Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T06:54:48.163Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"246420a1-3326-4517-b980-9b3d65d6c7f1","serviceName":"Demo_pNF_0BwRCa3sVTMqqn3YpTom","serviceVersion":"1.0","serviceUUID":"837a93b9-f7b4-467a-b43c-e26d1ef2e60a","serviceDescription":"catalog service description","serviceInvariantUUID":"1000a77d-ba04-4f36-8aff-a29e6d93987f","resources":[{"resourceInstanceName":"pNF e72678bc-7651 0","resourceName":"pNF e72678bc-7651","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"74e5158c-5c1d-4788-b4f1-da6bd0bb4122","resourceInvariantUUID":"85f008b4-317a-49cc-806e-4fa4b3697015","resourceCustomizationUUID":"7859d3be-2cc9-46b1-ad3e-e442c09ede0e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml","artifactChecksum":"NWNlYzRkZTZhOTA2MjNmM2I1OTQ3NjM2ZDNjMzIyZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0c208ad-4a0c-4005-a3a1-ba3152fa0a87","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar","artifactChecksum":"ZjBhMTU1Zjk4YWYzZTM3YTU3NWUzNDNkYzY4NjdmNjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29a4c822-4e12-4955-aa44-c218f84cba9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c58c5dfa-a7bf-46c4-80d2-6fde8909df8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml","artifactChecksum":"YWRkYmJjYWM1ZWMyNTY2NWJlOGZiNWNkNjViM2ViYzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"948ab10b-889d-471a-85f4-c3007d6d36a9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9ed6827f-cd31-45a1-9569-01bb1cf94db9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50ae90ce-d83f-4dad-9f16-5a6b7da5f2b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0bwrca3svtmqqn3yptom-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml","artifactChecksum":"MmViZjI4NjFkM2QxODY1Yzc3ZmVmNDZlMDQxZjA3MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af14c461-b104-41df-864d-61babd0f5d32","artifactVersion":"1"},{"artifactName":"service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar","artifactChecksum":"MTc1ZDVkNGVkZDA0Yjk0ZGM4YTIxMjgzNzBhMzhiOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38451e7d-06e2-41ce-971e-83065d0d7056","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T06:54:48.165Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:48.166Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:48.168Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:48.168Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:48.268Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:48.270Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:48.270Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:48.289Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:48.290Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:49.168Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:49.169Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:49.172Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:49.172Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:49.271Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:54:49.273Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:49.273Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:49.299Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:49.300Z||pool-41-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:54:50.172Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:50.174Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:50.176Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:50.176Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:50.277Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:54:50.277Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:50.278Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:50.306Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:50.307Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:51.177Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:51.178Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:51.180Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:51.180Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:51.280Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:51.281Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:51.281Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:51.305Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:51.305Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:52.181Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:52.182Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:52.184Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:52.185Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:52.285Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:52.286Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:52.286Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:52.309Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:52.310Z||pool-44-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:54:53.185Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:53.185Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:53.188Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:53.188Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:53.288Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:53.289Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:53.289Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:53.314Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:53.314Z||pool-45-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:54.188Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:54.189Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:54.191Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:54.191Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:54:54.292Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:54.292Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:54.293Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:54.307Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:54.307Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:55.192Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:54:55.193Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:55.195Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:55.195Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:54:55.295Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:55.296Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:55.296Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:55.313Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:55.313Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:54:56.196Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "serviceName": "Demo_pNF_0BwRCa3sVTMqqn3YpTom",
  "serviceVersion": "1.0",
  "serviceUUID": "837a93b9-f7b4-467a-b43c-e26d1ef2e60a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1000a77d-ba04-4f36-8aff-a29e6d93987f",
  "resources": [
    {
      "resourceInstanceName": "pNF e72678bc-7651 0",
      "resourceCustomizationUUID": "7859d3be-2cc9-46b1-ad3e-e442c09ede0e",
      "resourceName": "pNF e72678bc-7651",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "74e5158c-5c1d-4788-b4f1-da6bd0bb4122",
      "resourceInvariantUUID": "85f008b4-317a-49cc-806e-4fa4b3697015",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
      "artifactChecksum": "MTc1ZDVkNGVkZDA0Yjk0ZGM4YTIxMjgzNzBhMzhiOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38451e7d-06e2-41ce-971e-83065d0d7056"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T06:54:56.196Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T06:54:56.197Z|2923c7a4-a816-4276-982b-9b2d02d73517|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 837a93b9-f7b4-467a-b43c-e26d1ef2e60a ASDC
2022-07-01T06:54:56.197Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:246420a1-3326-4517-b980-9b3d65d6c7f1
ServiceName:Demo_pNF_0BwRCa3sVTMqqn3YpTom
ServiceVersion:1.0
ServiceUUID:837a93b9-f7b4-467a-b43c-e26d1ef2e60a
ServiceInvariantUUID:1000a77d-ba04-4f36-8aff-a29e6d93987f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
ArtifactUUID:38451e7d-06e2-41ce-971e-83065d0d7056
ArtifactChecksum:MTc1ZDVkNGVkZDA0Yjk0ZGM4YTIxMjgzNzBhMzhiOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e72678bc-7651 0
ResourceCustomizationUUID:7859d3be-2cc9-46b1-ad3e-e442c09ede0e
ResourceInvariantUUID:85f008b4-317a-49cc-806e-4fa4b3697015
ResourceName:pNF e72678bc-7651
ResourceType:PNF
ResourceUUID:74e5158c-5c1d-4788-b4f1-da6bd0bb4122
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-01T06:54:56.197Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 837a93b9-f7b4-467a-b43c-e26d1ef2e60a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:54:56.223Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:54:56.223Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:54:56.223Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:54:56.223Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38451e7d-06e2-41ce-971e-83065d0d7056 from URL: /sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:56.223Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:54:56.224Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:56.331Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:54:56.336Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar 38451e7d-06e2-41ce-971e-83065d0d7056 82651
2022-07-01T06:54:56.336Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar ASDC sendASDCNotification
2022-07-01T06:54:56.336Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:56.336Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:54:56.337Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:56.338Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:56.339Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658496336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:54:56.439Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:56.440Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:56.440Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:56.467Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:56.468Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:54:57.339Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:54:57.340Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:54:57.340Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 38451e7d-06e2-41ce-971e-83065d0d7056, URL: /sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar to file: /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:57.341Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:57.341Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:57.341Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:57.471Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP584537443789030132/Definitions/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml
2022-07-01T06:54:58.258Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||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-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||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-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.259Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||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-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||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-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e72678bc-7651 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-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||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-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:54:58.260Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0BwRCa3sVTMqqn3YpTom is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:54:58.261Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Node template pNF e72678bc-7651 0 is matching search criteria
2022-07-01T06:54:58.261Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:54:58.261Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e72678bc-7651 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:54:58.261Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:54:58.261Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0BwRCa3sVTMqqn3YpTom is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:54:58.262Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Node template pNF e72678bc-7651 0 is matching search criteria
2022-07-01T06:54:58.262Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:54:58.262Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e72678bc-7651 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:54:58.262Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:54:58.262Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0BwRCa3sVTMqqn3YpTom is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:54:58.263Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:54:58.263Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0BwRCa3sVTMqqn3YpTom is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:54:58.263Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:54:58.263Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0BwRCa3sVTMqqn3YpTom is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:54:58.263Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:54:58.263Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0BwRCa3sVTMqqn3YpTom is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:54:58.264Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:54:58.264Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0BwRCa3sVTMqqn3YpTom is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:54:58.264Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0BwRCa3sVTMqqn3YpTom
Description:catalog service description
Model UUID:837a93b9-f7b4-467a-b43c-e26d1ef2e60a
Model Version:NULL
Model InvariantUuid:1000a77d-ba04-4f36-8aff-a29e6d93987f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T06:54:58.270Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 74e5158c-5c1d-4788-b4f1-da6bd0bb4122
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:54:58.272Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||pNF e72678bc-7651 0
2022-07-01T06:54:58.272Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 74e5158c-5c1d-4788-b4f1-da6bd0bb4122
2022-07-01T06:54:58.273Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 837a93b9-f7b4-467a-b43c-e26d1ef2e60a
2022-07-01T06:54:58.273Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 837a93b9-f7b4-467a-b43c-e26d1ef2e60a
2022-07-01T06:54:58.273Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e72678bc-7651 0 74e5158c-5c1d-4788-b4f1-da6bd0bb4122 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:54:58.276Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8dafc76, org.onap.sdc.toscaparser.api.parameters.Input@719a4252, org.onap.sdc.toscaparser.api.parameters.Input@10c1dfde, org.onap.sdc.toscaparser.api.parameters.Input@79a8457, org.onap.sdc.toscaparser.api.parameters.Input@58fce19e]
2022-07-01T06:54:58.277Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:54:58.277Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0BwRCa3sVTMqqn3YpTom is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:54:58.277Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 837a93b9-f7b4-467a-b43c-e26d1ef2e60a: pNF e72678bc-7651
2022-07-01T06:54:58.277Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Processing PNF resource: 74e5158c-5c1d-4788-b4f1-da6bd0bb4122
2022-07-01T06:54:58.277Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:54:58.277Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0BwRCa3sVTMqqn3YpTom is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:54:58.278Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||Resource customization UUID: 7859d3be-2cc9-46b1-ad3e-e442c09ede0e is the same as notified resource customizationUUID: 7859d3be-2cc9-46b1-ad3e-e442c09ede0e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-01T06:54:58.312Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e72678bc-7651 74e5158c-5c1d-4788-b4f1-da6bd0bb4122 0 ASDC deployResourceStructure
2022-07-01T06:54:58.313Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar ASDC sendASDCNotification
2022-07-01T06:54:58.313Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar
2022-07-01T06:54:58.313Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:54:58.313Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:54:58.315Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:54:58.315Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658498313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:54:58.415Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:54:58.417Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:54:58.417Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:54:58.436Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:54:58.436Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:54:59.316Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246420a1-3326-4517-b980-9b3d65d6c7f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:54:59.326Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246420a1-3326-4517-b980-9b3d65d6c7f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:54:59.328Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:54:59.328Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T06:54:59.328Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T06:55:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:55:06.590Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:55:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:55:06.619Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:55:06.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658325869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658323735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658325661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658318716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658320993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "cds",
  "timestamp": 1656658320696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658325869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658323735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658326667,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.646Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 246420a1-3326-4517-b980-9b3d65d6c7f1
2022-07-01T06:55:06.646Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246420a1-3326-4517-b980-9b3d65d6c7f1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658320993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "cds",
  "timestamp": 1656658320696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658325869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658323735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658320993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "cds",
  "timestamp": 1656658320696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658325869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658323735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658320993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "cds",
  "timestamp": 1656658329411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658325869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658323735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658329814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "cds",
  "timestamp": 1656658330422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.669Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 246420a1-3326-4517-b980-9b3d65d6c7f1
2022-07-01T06:55:06.670Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246420a1-3326-4517-b980-9b3d65d6c7f1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658325869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658323735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658330818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:55:06.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658325869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658332598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.687Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "policy-id",
  "timestamp": 1656658331821,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.696Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 246420a1-3326-4517-b980-9b3d65d6c7f1
2022-07-01T06:55:06.697Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246420a1-3326-4517-b980-9b3d65d6c7f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658325869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658334690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658335873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T06:55:06.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658336878,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.713Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 246420a1-3326-4517-b980-9b3d65d6c7f1
2022-07-01T06:55:06.713Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246420a1-3326-4517-b980-9b3d65d6c7f1 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658337572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:55:06.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "aai-ml",
  "timestamp": 1656658338578,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.729Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 246420a1-3326-4517-b980-9b3d65d6c7f1
2022-07-01T06:55:06.729Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246420a1-3326-4517-b980-9b3d65d6c7f1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658338645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658339662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:55:06.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "clamp",
  "timestamp": 1656658340665,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.747Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 246420a1-3326-4517-b980-9b3d65d6c7f1
2022-07-01T06:55:06.747Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246420a1-3326-4517-b980-9b3d65d6c7f1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658350696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658354013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658353735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658348716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658345869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658348716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658354013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658350696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658353735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658345869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658348716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658345869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658350696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658353735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658354013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658348716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658345869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658350696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658353735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658354013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658348716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658345869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658350696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658353735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658354013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658348716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658345869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658350696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658353735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658354013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658348716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658345869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658350696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658353735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658354013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658348716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658345869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658350696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658353735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658354013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658360993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658348716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658345869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658350696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658353735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658354013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658360993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658364349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658364355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658363950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658360993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "cds",
  "timestamp": 1656658364956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.795Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50c2e164-666e-419c-a4f2-e07d386c1cba
2022-07-01T06:55:06.795Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50c2e164-666e-419c-a4f2-e07d386c1cba and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.805Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658360993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658360993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658366577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.806Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658366649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.807Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658360993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658367646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.807Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658367665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:55:06.808Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658360993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658368721,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.813Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50c2e164-666e-419c-a4f2-e07d386c1cba
2022-07-01T06:55:06.814Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50c2e164-666e-419c-a4f2-e07d386c1cba and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "clamp",
  "timestamp": 1656658368669,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.827Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50c2e164-666e-419c-a4f2-e07d386c1cba
2022-07-01T06:55:06.827Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50c2e164-666e-419c-a4f2-e07d386c1cba and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658360993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658369727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:55:06.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658360993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658370901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658371895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:55:06.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658370756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658371906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:55:06.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "aai-ml",
  "timestamp": 1656658372899,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.846Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50c2e164-666e-419c-a4f2-e07d386c1cba
2022-07-01T06:55:06.846Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50c2e164-666e-419c-a4f2-e07d386c1cba and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658370756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "policy-id",
  "timestamp": 1656658372908,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.864Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50c2e164-666e-419c-a4f2-e07d386c1cba
2022-07-01T06:55:06.865Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50c2e164-666e-419c-a4f2-e07d386c1cba and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-01T06:55:06.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658370756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658370756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658370756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658370756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658370756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658370756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658370756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658380521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:55:06.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658374013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "cds",
  "timestamp": 1656658380696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "clamp",
  "timestamp": 1656658378716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "policy-id",
  "timestamp": 1656658380993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "cds",
  "timestamp": 1656658380696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658374013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "clamp",
  "timestamp": 1656658378716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658382879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:55:06.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:55:06.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "policy-id",
  "timestamp": 1656658380993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "aai-ml",
  "timestamp": 1656658383734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "cds",
  "timestamp": 1656658380696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "clamp",
  "timestamp": 1656658378716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658374013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "policy-id",
  "timestamp": 1656658380993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:55:06.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658383884,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:06.885Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50c2e164-666e-419c-a4f2-e07d386c1cba
2022-07-01T06:55:06.885Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50c2e164-666e-419c-a4f2-e07d386c1cba and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:55:06.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "aai-ml",
  "timestamp": 1656658383734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "clamp",
  "timestamp": 1656658378716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "cds",
  "timestamp": 1656658380696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658374013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:06.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:55:06.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "policy-id",
  "timestamp": 1656658380993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:55:06.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:55:29.328Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246420a1-3326-4517-b980-9b3d65d6c7f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:55:29.341Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246420a1-3326-4517-b980-9b3d65d6c7f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:55:29.344Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:55:29.344Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T06:55:29.344Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T06:55:29.344Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T06:55:29.344Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:55:29.345Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:55:29.345Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:55:29.345Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:55:29.345Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:55:29.345Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:55:29.345Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:55:29.345Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:55:29.350Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T06:55:59.351Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 246420a1-3326-4517-b980-9b3d65d6c7f1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T06:55:59.357Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 246420a1-3326-4517-b980-9b3d65d6c7f1 and serviceModelVersionId: 837a93b9-f7b4-467a-b43c-e26d1ef2e60a
2022-07-01T06:55:59.358Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1000a77d-ba04-4f36-8aff-a29e6d93987f
2022-07-01T06:55:59.359Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1000a77d-ba04-4f36-8aff-a29e6d93987f/model-vers/model-ver/837a93b9-f7b4-467a-b43c-e26d1ef2e60a?depth=0
2022-07-01T06:55:59.363Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T06:55:59.419Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1000a77d-ba04-4f36-8aff-a29e6d93987f/model-vers/model-ver/837a93b9-f7b4-467a-b43c-e26d1ef2e60a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-01T06:55:59.420Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1000a77d-ba04-4f36-8aff-a29e6d93987f/model-vers/model-ver/837a93b9-f7b4-467a-b43c-e26d1ef2e60a?depth=0|INFO|500||Invoke
2022-07-01T06:55:59.441Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1000a77d-ba04-4f36-8aff-a29e6d93987f/model-vers/model-ver/837a93b9-f7b4-467a-b43c-e26d1ef2e60a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T06:55:59.608Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1000a77d-ba04-4f36-8aff-a29e6d93987f/model-vers/model-ver/837a93b9-f7b4-467a-b43c-e26d1ef2e60a?depth=0|INFO|500||InvokeReturn
2022-07-01T06:55:59.610Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1000a77d-ba04-4f36-8aff-a29e6d93987f/model-vers/model-ver/837a93b9-f7b4-467a-b43c-e26d1ef2e60a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220701-06:55:59:384-77024], vertex-id=[385160], Content-Length=[0], Date=[Fri, 01 Jul 2022 06:55:59 GMT], Content-Type=[application/json]}
2022-07-01T06:55:59.610Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-07-01T06:55:59.610Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T06:55:59.610Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:55:59.615Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T06:55:59.616Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 246420a1-3326-4517-b980-9b3d65d6c7f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T06:55:59.616Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T06:55:59.616Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:55:59.618Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:55:59.618Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658559616,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:55:59.718Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:55:59.719Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:55:59.719Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:55:59.737Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:55:59.737Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:56:00.630Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T06:56:00.630Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"50c2e164-666e-419c-a4f2-e07d386c1cba","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9636063e-9456-424d-9cb6-737a577a7b8b","serviceDescription":"service","serviceInvariantUUID":"44edf2c8-c6d3-416e-9f85-daf4c4164b6b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b95a208a-222a-4aac-9d3c-06828e08ba99","resourceInvariantUUID":"ca7498ca-1a5d-4c2a-b164-419a105ca2f0","resourceCustomizationUUID":"26b684b4-e12d-4e79-9936-3d04563c1329","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":"MTBkMmQ1OGZhMzRiMzU4ODczNDc5MWM3MzgzY2FhNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b5dbd47-0679-42a9-b624-7562553e5b5a","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":"1890362e-ab90-4984-8480-33691c6a4fee","artifactVersion":"2","generatedFromUUID":"f24368d2-10db-49b6-947d-1a8175960eb5"},{"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":"f24368d2-10db-49b6-947d-1a8175960eb5","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":"NWI5MmEyZjgyY2UxNGNhZTMwMjJmNGYwNzU0MTljMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1f56976-9134-4a7d-a0aa-54bea7af6944","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":"435228bc-3946-476c-a0e0-aa42489f4c83","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":"a59bc3c8-b5b1-437d-a4a5-2a37898d0701","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":"fee0b1f4-7fa8-4a37-b2c0-5905262dd039","artifactVersion":"2","generatedFromUUID":"435228bc-3946-476c-a0e0-aa42489f4c83"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODViMmYyMDY2MWIzOTc5MjU2MGUxNzcxYTQ4NDhlYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14961ffd-3af3-46f2-a788-6e88523cfbe8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGJmMjlmMWM5YTcwMzFhNGRlMTBkMzI1YjFmOTc1Mjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa93d610-c629-4141-ac0f-a83133e94e1a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T06:56:00.631Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:00.631Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:00.633Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:00.633Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:00.733Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:00.734Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:00.734Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:00.767Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:00.768Z||pool-51-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:56:01.634Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:01.635Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:01.636Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:01.637Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-01T06:56:01.737Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:01.738Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:01.738Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:01.762Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:01.763Z||pool-52-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:02.637Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:02.638Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:02.640Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:02.640Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-01T06:56:02.741Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T06:56:02.742Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:02.742Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:02.760Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:02.760Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:03.643Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:03.643Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:03.645Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:03.646Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:56:03.746Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:03.747Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:03.747Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:03.761Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:03.762Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:04.646Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:04.647Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:04.649Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:04.649Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:56:04.750Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:04.751Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:04.751Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:04.770Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:04.771Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:05.654Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:05.655Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:05.656Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:05.657Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:05.757Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:05.758Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:05.758Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:05.807Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:05.808Z||pool-56-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:56:06.590Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:56:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:06.632Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:06.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658385869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "aai-ml",
  "timestamp": 1656658383734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "cds",
  "timestamp": 1656658380696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "clamp",
  "timestamp": 1656658378716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658374013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-01T06:56:06.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "policy-id",
  "timestamp": 1656658380993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658385869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "aai-ml",
  "timestamp": 1656658383734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "cds",
  "timestamp": 1656658380696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "clamp",
  "timestamp": 1656658378716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658374013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "policy-id",
  "timestamp": 1656658380993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658385869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "aai-ml",
  "timestamp": 1656658383734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "clamp",
  "timestamp": 1656658378716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:56:06.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "cds",
  "timestamp": 1656658380696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:56:06.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658374013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:56:06.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "policy-id",
  "timestamp": 1656658380993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:56:06.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658385869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "aai-ml",
  "timestamp": 1656658383734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "cds",
  "timestamp": 1656658389501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:06.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658389914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:06.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658385869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "policy-id",
  "timestamp": 1656658389104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:06.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "aai-ml",
  "timestamp": 1656658383734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:56:06.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "cds",
  "timestamp": 1656658390514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:56:06.657Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:06.658Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:06.660Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:06.661Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:56:06.671Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2682b788-d683-4d34-913b-90085d82c71f
2022-07-01T06:56:06.671Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2682b788-d683-4d34-913b-90085d82c71f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:56:06.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658385869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "policy-id",
  "timestamp": 1656658390108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:56:06.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658391009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:06.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "aai-ml",
  "timestamp": 1656658391591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:06.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "policy-id",
  "timestamp": 1656658391111,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:56:06.690Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2682b788-d683-4d34-913b-90085d82c71f
2022-07-01T06:56:06.690Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2682b788-d683-4d34-913b-90085d82c71f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:56:06.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658385869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658392115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:06.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658393147,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:56:06.703Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2682b788-d683-4d34-913b-90085d82c71f
2022-07-01T06:56:06.703Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2682b788-d683-4d34-913b-90085d82c71f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-01T06:56:06.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658394151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:56:06.710Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "clamp",
  "timestamp": 1656658398656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:06.711Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "aai-ml",
  "timestamp": 1656658398891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:56:06.711Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "clamp",
  "timestamp": 1656658399672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:56:06.711Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "aai-ml",
  "timestamp": 1656658399896,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:56:06.715Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2682b788-d683-4d34-913b-90085d82c71f
2022-07-01T06:56:06.715Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2682b788-d683-4d34-913b-90085d82c71f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:56:06.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "clamp",
  "timestamp": 1656658400678,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:56:06.728Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2682b788-d683-4d34-913b-90085d82c71f
2022-07-01T06:56:06.728Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2682b788-d683-4d34-913b-90085d82c71f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:56:06.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658400756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658400756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658400756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658400756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658400756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658400756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:06.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658400756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:56:06.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:56:06.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658408613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:06.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658410944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:56:06.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:56:06.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:56:06.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658411950,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:56:06.751Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2682b788-d683-4d34-913b-90085d82c71f
2022-07-01T06:56:06.751Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2682b788-d683-4d34-913b-90085d82c71f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:56:06.760Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:56:06.761Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:06.761Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:06.792Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:06.793Z||pool-57-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:07.661Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:07.662Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:07.664Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:07.664Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:07.765Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:07.766Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:07.766Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:07.779Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:07.779Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:56:08.665Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:08.666Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:08.668Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:08.668Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:56:08.768Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:08.769Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:08.770Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:08.783Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:08.784Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:09.670Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9636063e-9456-424d-9cb6-737a577a7b8b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "44edf2c8-c6d3-416e-9f85-daf4c4164b6b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "26b684b4-e12d-4e79-9936-3d04563c1329",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b95a208a-222a-4aac-9d3c-06828e08ba99",
      "resourceInvariantUUID": "ca7498ca-1a5d-4c2a-b164-419a105ca2f0",
      "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": "1890362e-ab90-4984-8480-33691c6a4fee",
          "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": "f24368d2-10db-49b6-947d-1a8175960eb5",
          "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": "NWI5MmEyZjgyY2UxNGNhZTMwMjJmNGYwNzU0MTljMjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1f56976-9134-4a7d-a0aa-54bea7af6944",
          "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": "435228bc-3946-476c-a0e0-aa42489f4c83",
          "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": "fee0b1f4-7fa8-4a37-b2c0-5905262dd039",
            "generatedFromUUID": "435228bc-3946-476c-a0e0-aa42489f4c83"
          },
          "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": "fee0b1f4-7fa8-4a37-b2c0-5905262dd039",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZGJmMjlmMWM5YTcwMzFhNGRlMTBkMzI1YjFmOTc1Mjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa93d610-c629-4141-ac0f-a83133e94e1a"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T06:56:09.670Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T06:56:09.670Z|246420a1-3326-4517-b980-9b3d65d6c7f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9636063e-9456-424d-9cb6-737a577a7b8b ASDC
2022-07-01T06:56:09.671Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:50c2e164-666e-419c-a4f2-e07d386c1cba
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9636063e-9456-424d-9cb6-737a577a7b8b
ServiceInvariantUUID:44edf2c8-c6d3-416e-9f85-daf4c4164b6b
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:aa93d610-c629-4141-ac0f-a83133e94e1a
ArtifactChecksum:ZGJmMjlmMWM5YTcwMzFhNGRlMTBkMzI1YjFmOTc1Mjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:26b684b4-e12d-4e79-9936-3d04563c1329
ResourceInvariantUUID:ca7498ca-1a5d-4c2a-b164-419a105ca2f0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b95a208a-222a-4aac-9d3c-06828e08ba99
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:1890362e-ab90-4984-8480-33691c6a4fee
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:f24368d2-10db-49b6-947d-1a8175960eb5
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:b1f56976-9134-4a7d-a0aa-54bea7af6944
ArtifactChecksum:NWI5MmEyZjgyY2UxNGNhZTMwMjJmNGYwNzU0MTljMjA=
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:435228bc-3946-476c-a0e0-aa42489f4c83
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:fee0b1f4-7fa8-4a37-b2c0-5905262dd039
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:fee0b1f4-7fa8-4a37-b2c0-5905262dd039
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T06:56:09.671Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9636063e-9456-424d-9cb6-737a577a7b8b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:56:09.708Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:56:09.709Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:56:09.709Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:56:09.709Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aa93d610-c629-4141-ac0f-a83133e94e1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-01T06:56:09.709Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:56:09.709Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-01T06:56:09.982Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:56:09.985Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar aa93d610-c629-4141-ac0f-a83133e94e1a 68956
2022-07-01T06:56:09.985Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-01T06:56:09.985Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-01T06:56:09.986Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:56:09.986Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:09.988Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:09.988Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658569985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:10.088Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:10.089Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:10.089Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:10.108Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:10.108Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:10.988Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:56:10.989Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:56:10.990Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: aa93d610-c629-4141-ac0f-a83133e94e1a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T06:56:10.990Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-01T06:56:10.991Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T06:56:10.991Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T06:56:11.105Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6236300835758749897/Definitions/service-BasicCnf-template.yml
2022-07-01T06:56:12.202Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T06:56:12.202Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:56:12.202Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T06:56:12.202Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-01T06:56:12.202Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T06:56:12.202Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T06:56:12.202Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T06:56:12.203Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T06:56:12.203Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:56:12.203Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.203Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:12.203Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T06:56:12.203Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:56:12.203Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:56:12.204Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.204Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:12.204Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T06:56:12.204Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:56:12.204Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:56:12.205Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.205Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:12.205Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.205Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-01T06:56:12.205Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-01T06:56:12.205Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-01T06:56:12.205Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T06:56:12.206Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.206Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:56:12.206Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.206Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T06:56:12.206Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:56:12.206Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.207Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T06:56:12.207Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:56:12.207Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.207Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T06:56:12.207Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:56:12.207Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.207Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-01T06:56:12.207Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-01T06:56:12.208Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9c9a9f35-1d6c-472d-8161-0afc6769d7db
2022-07-01T06:56:12.208Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.208Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:12.208Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.208Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:12.209Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.209Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:12.209Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:12.209Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:12.209Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9636063e-9456-424d-9cb6-737a577a7b8b
Model Version:NULL
Model InvariantUuid:44edf2c8-c6d3-416e-9f85-daf4c4164b6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:75140b17-9c3b-451f-b13e-1e33824b131e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ca7498ca-1a5d-4c2a-b164-419a105ca2f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:26b684b4-e12d-4e79-9936-3d04563c1329
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d102903d-70d1-4dab-afb1-887019feddb9
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:16968575-dfd6-46bd-85ab-c9b7c3d0cd03
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c9a9f35-1d6c-472d-8161-0afc6769d7db
ModelInvariantUuid:4fa2f234-7979-48ba-ad99-7af34f5c7f10
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:8f1abbee-7662-4c10-94ba-76ed081822eb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:adc7c975-b363-4b21-b661-a38129f3f4fb
ModelInvariantUuid:242f0e55-afbb-4b82-bca0-2b62a88e868a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:db07c306-8023-4779-a02a-1945ebe81a5b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T06:56:12.218Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b95a208a-222a-4aac-9d3c-06828e08ba99
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:56:12.221Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-07-01T06:56:12.221Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b95a208a-222a-4aac-9d3c-06828e08ba99
2022-07-01T06:56:12.222Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1890362e-ab90-4984-8480-33691c6a4fee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-01T06:56:12.222Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:56:12.222Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-01T06:56:12.299Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:56:12.300Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1890362e-ab90-4984-8480-33691c6a4fee 12
2022-07-01T06:56:12.300Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-07-01T06:56:12.300Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-01T06:56:12.300Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:56:12.300Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:12.302Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:12.302Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658572300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:12.402Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:12.403Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:12.403Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:12.419Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:12.419Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:56:13.303Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f24368d2-10db-49b6-947d-1a8175960eb5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-01T06:56:13.303Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:56:13.304Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-01T06:56:13.353Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:56:13.354Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f24368d2-10db-49b6-947d-1a8175960eb5 2688
2022-07-01T06:56:13.354Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-07-01T06:56:13.354Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-01T06:56:13.354Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:56:13.355Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:13.357Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:13.357Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658573354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:13.457Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:13.458Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:13.458Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:13.472Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:13.473Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:14.358Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b1f56976-9134-4a7d-a0aa-54bea7af6944 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-01T06:56:14.359Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:56:14.359Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-01T06:56:14.407Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:56:14.408Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b1f56976-9134-4a7d-a0aa-54bea7af6944 828
2022-07-01T06:56:14.409Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-07-01T06:56:14.409Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-01T06:56:14.409Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:56:14.410Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:14.412Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:14.412Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658574409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:14.512Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:14.513Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:14.513Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:14.535Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:14.535Z||pool-63-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:56:15.413Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d102903d-70d1-4dab-afb1-887019feddb9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "16968575-dfd6-46bd-85ab-c9b7c3d0cd03",
    "vfModuleModelCustomizationUUID": "252a7e3f-9e48-4583-9229-09f951ec0c82",
    "isBase": true,
    "artifacts": [
      "f24368d2-10db-49b6-947d-1a8175960eb5",
      "435228bc-3946-476c-a0e0-aa42489f4c83",
      "fee0b1f4-7fa8-4a37-b2c0-5905262dd039"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T06:56:15.417Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:16968575-dfd6-46bd-85ab-c9b7c3d0cd03
VfModuleModelInvariantUUID:d102903d-70d1-4dab-afb1-887019feddb9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f24368d2-10db-49b6-947d-1a8175960eb5
,
435228bc-3946-476c-a0e0-aa42489f4c83
,
fee0b1f4-7fa8-4a37-b2c0-5905262dd039

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

isBase:true


}

2022-07-01T06:56:15.419Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d102903d-70d1-4dab-afb1-887019feddb9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "16968575-dfd6-46bd-85ab-c9b7c3d0cd03",
    "vfModuleModelCustomizationUUID": "252a7e3f-9e48-4583-9229-09f951ec0c82",
    "isBase": true,
    "artifacts": [
      "f24368d2-10db-49b6-947d-1a8175960eb5",
      "435228bc-3946-476c-a0e0-aa42489f4c83",
      "fee0b1f4-7fa8-4a37-b2c0-5905262dd039"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T06:56:15.419Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:16968575-dfd6-46bd-85ab-c9b7c3d0cd03
VfModuleModelInvariantUUID:d102903d-70d1-4dab-afb1-887019feddb9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f24368d2-10db-49b6-947d-1a8175960eb5
,
435228bc-3946-476c-a0e0-aa42489f4c83
,
fee0b1f4-7fa8-4a37-b2c0-5905262dd039

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

isBase:true


}

2022-07-01T06:56:15.419Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 435228bc-3946-476c-a0e0-aa42489f4c83 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-01T06:56:15.419Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:56:15.420Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-01T06:56:15.482Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:56:15.482Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 435228bc-3946-476c-a0e0-aa42489f4c83 1164
2022-07-01T06:56:15.483Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-07-01T06:56:15.483Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-01T06:56:15.483Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:56:15.483Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:15.485Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:15.485Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658575483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:15.585Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:15.586Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:15.586Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:15.618Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:15.618Z||pool-64-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:16.486Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fee0b1f4-7fa8-4a37-b2c0-5905262dd039 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-01T06:56:16.487Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:56:16.487Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-01T06:56:16.539Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:56:16.540Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fee0b1f4-7fa8-4a37-b2c0-5905262dd039 200
2022-07-01T06:56:16.541Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-07-01T06:56:16.541Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-01T06:56:16.541Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:56:16.542Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:16.544Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:16.544Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658576541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:56:16.644Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:56:16.645Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:16.645Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:16.688Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:16.689Z||pool-65-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:56:17.545Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9636063e-9456-424d-9cb6-737a577a7b8b
2022-07-01T06:56:17.546Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b95a208a-222a-4aac-9d3c-06828e08ba99 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=?
2022-07-01T06:56:17.559Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:56:17.569Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@136b2b19, org.onap.sdc.toscaparser.api.parameters.Input@7876a3d2, org.onap.sdc.toscaparser.api.parameters.Input@63327491, org.onap.sdc.toscaparser.api.parameters.Input@314008ed, org.onap.sdc.toscaparser.api.parameters.Input@7bb9de3f]
2022-07-01T06:56:17.571Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.572Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:17.572Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-07-01T06:56:17.572Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 26b684b4-e12d-4e79-9936-3d04563c1329
2022-07-01T06:56:17.573Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 26b684b4-e12d-4e79-9936-3d04563c1329 matches Tosca VF Customization UUID: 26b684b4-e12d-4e79-9936-3d04563c1329
2022-07-01T06:56:17.573Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 26b684b4-e12d-4e79-9936-3d04563c1329  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-01T06:56:17.576Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.577Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:17.577Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 26b684b4-e12d-4e79-9936-3d04563c1329: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-07-01T06:56:17.578Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77cc8945
2022-07-01T06:56:17.578Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.578Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:56:17.579Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 252a7e3f-9e48-4583-9229-09f951ec0c82
2022-07-01T06:56:17.579Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 252a7e3f-9e48-4583-9229-09f951ec0c82
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-01T06:56:17.582Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.582Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T06:56:17.583Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:56:17.583Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.583Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T06:56:17.584Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:56:17.584Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.584Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-01T06:56:17.585Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-01T06:56:17.585Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9c9a9f35-1d6c-472d-8161-0afc6769d7db
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-01T06:56:17.588Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.588Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T06:56:17.588Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:56:17.589Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.589Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T06:56:17.589Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=26b684b4-e12d-4e79-9936-3d04563c1329
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:56:17.592Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.592Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:17.592Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9636063e-9456-424d-9cb6-737a577a7b8b: basic_cnf
2022-07-01T06:56:17.592Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.593Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:17.593Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.593Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:17.593Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.593Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:17.594Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.594Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:17.594Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:56:17.594Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:56:17.595Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:56:17.666Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b95a208a-222a-4aac-9d3c-06828e08ba99 1 ASDC deployResourceStructure
2022-07-01T06:56:17.667Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-07-01T06:56:17.668Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-07-01T06:56:17.668Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-01T06:56:17.668Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:17.671Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:17.671Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658577667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-01T06:56:17.771Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:17.772Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:17.772Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:17.794Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:17.795Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:18.672Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-07-01T06:56:18.673Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-07-01T06:56:18.673Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-01T06:56:18.674Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:18.676Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:18.677Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658578672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-01T06:56:18.776Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:56:18.777Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:18.777Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:18.792Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:18.792Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:19.678Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-07-01T06:56:19.678Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-01T06:56:19.678Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:56:19.679Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:19.681Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:19.681Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658579677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:56:19.781Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:19.782Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:19.782Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:19.821Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:19.821Z||pool-68-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:20.683Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-07-01T06:56:20.683Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-01T06:56:20.683Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:56:20.684Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:20.685Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:20.686Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658580682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T06:56:20.786Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:20.787Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:20.787Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:20.800Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:20.801Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:21.688Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-07-01T06:56:21.688Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-01T06:56:21.688Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:56:21.689Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:21.691Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:21.691Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658581687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-01T06:56:21.791Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:21.792Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:21.792Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:21.807Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:21.808Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:22.692Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-01T06:56:22.693Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-01T06:56:22.693Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:56:22.693Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:22.695Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:22.695Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658582692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:56:22.795Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:22.796Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:22.796Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:22.809Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:22.809Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:23.698Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50c2e164-666e-419c-a4f2-e07d386c1cba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:56:23.709Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50c2e164-666e-419c-a4f2-e07d386c1cba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:56:23.712Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:56:23.712Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T06:56:23.712Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T06:56:23.712Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T06:56:23.713Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:56:23.713Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:56:23.713Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:56:23.713Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:56:23.713Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:56:23.713Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:56:23.714Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:56:23.718Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T06:56:53.719Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50c2e164-666e-419c-a4f2-e07d386c1cba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T06:56:53.729Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50c2e164-666e-419c-a4f2-e07d386c1cba and serviceModelVersionId: 9636063e-9456-424d-9cb6-737a577a7b8b
2022-07-01T06:56:53.729Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44edf2c8-c6d3-416e-9f85-daf4c4164b6b
2022-07-01T06:56:53.731Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44edf2c8-c6d3-416e-9f85-daf4c4164b6b/model-vers/model-ver/9636063e-9456-424d-9cb6-737a577a7b8b?depth=0
2022-07-01T06:56:53.738Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T06:56:53.791Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44edf2c8-c6d3-416e-9f85-daf4c4164b6b/model-vers/model-ver/9636063e-9456-424d-9cb6-737a577a7b8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-01T06:56:53.792Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44edf2c8-c6d3-416e-9f85-daf4c4164b6b/model-vers/model-ver/9636063e-9456-424d-9cb6-737a577a7b8b?depth=0|INFO|500||Invoke
2022-07-01T06:56:53.819Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44edf2c8-c6d3-416e-9f85-daf4c4164b6b/model-vers/model-ver/9636063e-9456-424d-9cb6-737a577a7b8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T06:56:53.925Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44edf2c8-c6d3-416e-9f85-daf4c4164b6b/model-vers/model-ver/9636063e-9456-424d-9cb6-737a577a7b8b?depth=0|INFO|500||InvokeReturn
2022-07-01T06:56:53.925Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44edf2c8-c6d3-416e-9f85-daf4c4164b6b/model-vers/model-ver/9636063e-9456-424d-9cb6-737a577a7b8b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-06:56:53:766-2812], vertex-id=[250048], Content-Length=[0], Date=[Fri, 01 Jul 2022 06:56:53 GMT], Content-Type=[application/json]}
2022-07-01T06:56:53.926Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-07-01T06:56:53.927Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T06:56:53.927Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:56:53.931Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T06:56:53.931Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50c2e164-666e-419c-a4f2-e07d386c1cba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T06:56:53.932Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T06:56:53.932Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:53.934Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:53.934Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658613931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:56:54.034Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:54.035Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:54.036Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:54.055Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:54.056Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:56:54.951Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T06:56:54.952Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2682b788-d683-4d34-913b-90085d82c71f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"34b5ba0f-dca0-464f-9f14-682227b718ed","serviceDescription":"service","serviceInvariantUUID":"b7ba3ced-e4b1-422c-a83f-a8e017670e00","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"def5bdf6-7ade-4c26-a5d4-6f696f282988","resourceInvariantUUID":"5f43ee15-e29b-44ac-bec1-e708649b2419","resourceCustomizationUUID":"9fb3d122-0cec-4d90-92fe-ab07b7d42e2c","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":"OGE0NjZmMDFkOTYyOTNmNWEwYmFkM2VlMmQzMzQyODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b65d3c3-b3d3-4f6a-897a-38078f2edee3","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":"MTUyZjdiNjc2NDMxZThkYjIwM2JjYzg4ZDk4NWMxYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fbf4e021-ed4e-462f-b025-08f317014026","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":"d17487df-0bcf-4ac2-b0bb-c414281f3091","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":"48e9dfe9-a1f1-4de8-9972-9344ef36f77d","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":"f7e4d801-4c32-4f95-8573-0cf50f0f0126","artifactVersion":"2","generatedFromUUID":"d17487df-0bcf-4ac2-b0bb-c414281f3091"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWNkMWU3ZWI4ZTYwNDIxMjc5MjlkYzBmOTVjMzViYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2caeec21-9d51-4620-922c-cba84697217f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjU5NzhhMjYzOTRkMjEyYTRlNWRmMTg1M2Y0OTdkOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"afa6d1b6-de8a-42d0-a4ea-1f2d2729e049","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T06:56:54.952Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:54.952Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:54.954Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:54.954Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:55.055Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:55.056Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:55.056Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:55.084Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:55.084Z||pool-73-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:55.955Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:55.956Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:55.957Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:55.957Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:56:56.057Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:56.059Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:56.059Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:56.076Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:56.076Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:56:56.958Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:56.959Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:56.961Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:56.961Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:56:57.061Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:57.062Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:57.063Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:57.098Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:57.098Z||pool-75-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:56:57.961Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:57.962Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:57.964Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:57.964Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:56:58.065Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:58.066Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:58.066Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:58.094Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:58.095Z||pool-76-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:56:58.965Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:58.966Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:58.968Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:58.968Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-01T06:56:59.068Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:56:59.069Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:56:59.069Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:56:59.105Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:56:59.106Z||pool-77-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-01T06:56:59.968Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:56:59.969Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:56:59.971Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:56:59.971Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:57:00.071Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:57:00.072Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:00.072Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:00.095Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:00.096Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:57:00.971Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T06:57:00.972Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:57:00.974Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:57:00.974Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:57:01.074Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:57:01.075Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:01.075Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:01.089Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:01.089Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:57:01.975Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "34b5ba0f-dca0-464f-9f14-682227b718ed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7ba3ced-e4b1-422c-a83f-a8e017670e00",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9fb3d122-0cec-4d90-92fe-ab07b7d42e2c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "def5bdf6-7ade-4c26-a5d4-6f696f282988",
      "resourceInvariantUUID": "5f43ee15-e29b-44ac-bec1-e708649b2419",
      "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": "MTUyZjdiNjc2NDMxZThkYjIwM2JjYzg4ZDk4NWMxYjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fbf4e021-ed4e-462f-b025-08f317014026",
          "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": "d17487df-0bcf-4ac2-b0bb-c414281f3091",
          "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": "f7e4d801-4c32-4f95-8573-0cf50f0f0126",
            "generatedFromUUID": "d17487df-0bcf-4ac2-b0bb-c414281f3091"
          },
          "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": "f7e4d801-4c32-4f95-8573-0cf50f0f0126",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjU5NzhhMjYzOTRkMjEyYTRlNWRmMTg1M2Y0OTdkOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "afa6d1b6-de8a-42d0-a4ea-1f2d2729e049"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T06:57:01.975Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T06:57:01.976Z|50c2e164-666e-419c-a4f2-e07d386c1cba|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 34b5ba0f-dca0-464f-9f14-682227b718ed ASDC
2022-07-01T06:57:01.976Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2682b788-d683-4d34-913b-90085d82c71f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:34b5ba0f-dca0-464f-9f14-682227b718ed
ServiceInvariantUUID:b7ba3ced-e4b1-422c-a83f-a8e017670e00
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:afa6d1b6-de8a-42d0-a4ea-1f2d2729e049
ArtifactChecksum:MjU5NzhhMjYzOTRkMjEyYTRlNWRmMTg1M2Y0OTdkOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9fb3d122-0cec-4d90-92fe-ab07b7d42e2c
ResourceInvariantUUID:5f43ee15-e29b-44ac-bec1-e708649b2419
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:def5bdf6-7ade-4c26-a5d4-6f696f282988
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:fbf4e021-ed4e-462f-b025-08f317014026
ArtifactChecksum:MTUyZjdiNjc2NDMxZThkYjIwM2JjYzg4ZDk4NWMxYjY=
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:d17487df-0bcf-4ac2-b0bb-c414281f3091
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:f7e4d801-4c32-4f95-8573-0cf50f0f0126
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:f7e4d801-4c32-4f95-8573-0cf50f0f0126
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T06:57:01.976Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34b5ba0f-dca0-464f-9f14-682227b718ed ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:57:02.010Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:57:02.011Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:57:02.011Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:57:02.011Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: afa6d1b6-de8a-42d0-a4ea-1f2d2729e049 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-01T06:57:02.011Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:57:02.011Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-01T06:57:02.233Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:57:02.236Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar afa6d1b6-de8a-42d0-a4ea-1f2d2729e049 71068
2022-07-01T06:57:02.236Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-01T06:57:02.236Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-01T06:57:02.237Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:57:02.237Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:57:02.238Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:57:02.239Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658622236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:57:02.339Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:57:02.340Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:02.340Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:02.363Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:02.363Z||pool-80-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:57:03.239Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T06:57:03.240Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T06:57:03.240Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: afa6d1b6-de8a-42d0-a4ea-1f2d2729e049, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:03.241Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-01T06:57:03.241Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:03.241Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:03.346Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13577555558716996983/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-01T06:57:04.445Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T06:57:04.445Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:57:04.445Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:04.445Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-01T06:57:04.446Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:04.446Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:04.446Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:04.446Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:04.446Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:04.446Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:04.446Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:04.446Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:04.446Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-01T06:57:04.446Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T06:57:04.447Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.447Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:04.447Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-01T06:57:04.447Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:57:04.447Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:57:04.447Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.448Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:04.448Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-01T06:57:04.448Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T06:57:04.448Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T06:57:04.448Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.448Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:04.448Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.449Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-01T06:57:04.449Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-01T06:57:04.449Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-01T06:57:04.449Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-01T06:57:04.449Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-01T06:57:04.449Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T06:57:04.449Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.449Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:57:04.450Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.450Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-01T06:57:04.450Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:57:04.450Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.450Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-01T06:57:04.450Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:57:04.451Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.451Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-01T06:57:04.451Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:57:04.451Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.451Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-01T06:57:04.451Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-01T06:57:04.451Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-01T06:57:04.452Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5962a8eb-7e11-467d-82a8-a695b14f393c
2022-07-01T06:57:04.452Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.452Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:04.452Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.452Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:04.452Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.452Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:04.453Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:04.453Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:04.453Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:34b5ba0f-dca0-464f-9f14-682227b718ed
Model Version:NULL
Model InvariantUuid:b7ba3ced-e4b1-422c-a83f-a8e017670e00
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6b71945a-626d-4e16-8e94-0ca0f9323659
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f43ee15-e29b-44ac-bec1-e708649b2419
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9fb3d122-0cec-4d90-92fe-ab07b7d42e2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b0695ec1-5937-46fd-bb8d-a7a697e29557
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4eba5269-a645-407e-8767-b12ee1e2bdf5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5962a8eb-7e11-467d-82a8-a695b14f393c
ModelInvariantUuid:02bf3d3b-2618-4468-b07d-2f93af5c5d1a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:8fbc020b-49a1-4c30-ab09-4b1307694016
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6e8f28b6-d239-4322-907a-d9a207d1d613
ModelInvariantUuid:3cf13f90-b4b5-493e-9c78-4671929f29bf
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:67cf7626-8369-4ff2-9f0b-08a3c890111a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T06:57:04.461Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: def5bdf6-7ade-4c26-a5d4-6f696f282988
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:57:04.464Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-07-01T06:57:04.465Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: def5bdf6-7ade-4c26-a5d4-6f696f282988
2022-07-01T06:57:04.465Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fbf4e021-ed4e-462f-b025-08f317014026 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-01T06:57:04.465Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:57:04.465Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-01T06:57:04.552Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:57:04.553Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fbf4e021-ed4e-462f-b025-08f317014026 787
2022-07-01T06:57:04.553Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-07-01T06:57:04.553Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-01T06:57:04.553Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:57:04.553Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:57:04.555Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:57:04.555Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658624553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:57:04.655Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:57:04.656Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:04.656Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:04.670Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:04.670Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:57:05.556Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b0695ec1-5937-46fd-bb8d-a7a697e29557",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4eba5269-a645-407e-8767-b12ee1e2bdf5",
    "vfModuleModelCustomizationUUID": "c09af80c-88c0-4465-86e6-aa938090790e",
    "isBase": true,
    "artifacts": [
      "d17487df-0bcf-4ac2-b0bb-c414281f3091",
      "f7e4d801-4c32-4f95-8573-0cf50f0f0126"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T06:57:05.559Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4eba5269-a645-407e-8767-b12ee1e2bdf5
VfModuleModelInvariantUUID:b0695ec1-5937-46fd-bb8d-a7a697e29557
VfModuleModelDescription:NULL
Artifacts UUID List:{
d17487df-0bcf-4ac2-b0bb-c414281f3091
,
f7e4d801-4c32-4f95-8573-0cf50f0f0126

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

isBase:true


}

2022-07-01T06:57:05.561Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b0695ec1-5937-46fd-bb8d-a7a697e29557",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4eba5269-a645-407e-8767-b12ee1e2bdf5",
    "vfModuleModelCustomizationUUID": "c09af80c-88c0-4465-86e6-aa938090790e",
    "isBase": true,
    "artifacts": [
      "d17487df-0bcf-4ac2-b0bb-c414281f3091",
      "f7e4d801-4c32-4f95-8573-0cf50f0f0126"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T06:57:05.561Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4eba5269-a645-407e-8767-b12ee1e2bdf5
VfModuleModelInvariantUUID:b0695ec1-5937-46fd-bb8d-a7a697e29557
VfModuleModelDescription:NULL
Artifacts UUID List:{
d17487df-0bcf-4ac2-b0bb-c414281f3091
,
f7e4d801-4c32-4f95-8573-0cf50f0f0126

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

isBase:true


}

2022-07-01T06:57:05.561Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d17487df-0bcf-4ac2-b0bb-c414281f3091 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-01T06:57:05.561Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:57:05.562Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-01T06:57:05.641Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:57:05.642Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d17487df-0bcf-4ac2-b0bb-c414281f3091 5033
2022-07-01T06:57:05.642Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-01T06:57:05.642Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-01T06:57:05.642Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:57:05.642Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:57:05.644Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:57:05.644Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658625642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:57:05.744Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:57:05.745Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:05.745Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:05.782Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:05.783Z||pool-82-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:57:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:57:06.590Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:57:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:06.629Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:06.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2923c7a4-a816-4276-982b-9b2d02d73517",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658482633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:57:06.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:57:06.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:57:06.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:57:06.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:57:06.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:57:06.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:57:06.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:57:06.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:57:06.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:57:06.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:57:06.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:57:06.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/resourceInstances/pnfe72678bc76510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:57:06.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:57:06.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:57:06.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:57:06.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:57:06.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:57:06.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658496336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:57:06.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:57:06.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T06:57:06.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658498313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0bwrca3svtmqqn3yptom/1.0/artifacts/service-DemoPnf0bwrca3svtmqqn3yptom-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:57:06.636Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:57:06.645Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f7e4d801-4c32-4f95-8573-0cf50f0f0126 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-01T06:57:06.645Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T06:57:06.645Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-01T06:57:06.739Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T06:57:06.740Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f7e4d801-4c32-4f95-8573-0cf50f0f0126 903
2022-07-01T06:57:06.740Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-01T06:57:06.740Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-01T06:57:06.740Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T06:57:06.740Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:57:06.742Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:57:06.742Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658626740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:57:06.842Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:57:06.843Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:06.843Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:06.863Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:06.864Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:57:07.743Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 34b5ba0f-dca0-464f-9f14-682227b718ed
2022-07-01T06:57:07.743Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 def5bdf6-7ade-4c26-a5d4-6f696f282988 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:57:07.755Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d4c9fd7, org.onap.sdc.toscaparser.api.parameters.Input@3b6a164d, org.onap.sdc.toscaparser.api.parameters.Input@3882493, org.onap.sdc.toscaparser.api.parameters.Input@387ee5b9, org.onap.sdc.toscaparser.api.parameters.Input@21d57746]
2022-07-01T06:57:07.757Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.757Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:07.757Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-07-01T06:57:07.757Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9fb3d122-0cec-4d90-92fe-ab07b7d42e2c
2022-07-01T06:57:07.757Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9fb3d122-0cec-4d90-92fe-ab07b7d42e2c matches Tosca VF Customization UUID: 9fb3d122-0cec-4d90-92fe-ab07b7d42e2c
2022-07-01T06:57:07.757Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9fb3d122-0cec-4d90-92fe-ab07b7d42e2c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-01T06:57:07.759Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.759Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:07.760Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9fb3d122-0cec-4d90-92fe-ab07b7d42e2c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-07-01T06:57:07.760Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4794b3a9
2022-07-01T06:57:07.760Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.760Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T06:57:07.760Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c09af80c-88c0-4465-86e6-aa938090790e
2022-07-01T06:57:07.760Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c09af80c-88c0-4465-86e6-aa938090790e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-01T06:57:07.762Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.762Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-01T06:57:07.762Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:57:07.763Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.763Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-01T06:57:07.763Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:57:07.763Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.763Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-01T06:57:07.763Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-01T06:57:07.764Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-01T06:57:07.764Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5962a8eb-7e11-467d-82a8-a695b14f393c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-01T06:57:07.765Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.766Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-01T06:57:07.766Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T06:57:07.766Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.766Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-01T06:57:07.766Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9fb3d122-0cec-4d90-92fe-ab07b7d42e2c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:57:07.768Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.768Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:07.768Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 34b5ba0f-dca0-464f-9f14-682227b718ed: basic_vm
2022-07-01T06:57:07.768Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.769Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:07.769Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.769Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:07.769Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.769Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:07.769Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.769Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:07.770Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T06:57:07.770Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T06:57:07.770Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T06:57:07.846Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm def5bdf6-7ade-4c26-a5d4-6f696f282988 1 ASDC deployResourceStructure
2022-07-01T06:57:07.846Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-07-01T06:57:07.847Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-01T06:57:07.847Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:57:07.847Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:57:07.849Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:57:07.849Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658627846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:57:07.949Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:57:07.950Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:07.950Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:07.968Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:07.969Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:57:08.850Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-01T06:57:08.850Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-01T06:57:08.851Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:57:08.851Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:57:08.853Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:57:08.853Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658628850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T06:57:08.954Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T06:57:08.955Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:08.955Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:08.974Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:08.974Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:57:09.854Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-01T06:57:09.855Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-01T06:57:09.855Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:57:09.855Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:57:09.857Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:57:09.857Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658629854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-01T06:57:09.957Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:57:09.960Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:09.961Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:09.977Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:09.978Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:57:10.858Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-01T06:57:10.859Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-01T06:57:10.859Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T06:57:10.859Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:57:10.861Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:57:10.861Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658630858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:57:10.961Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:57:10.963Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:10.963Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:10.985Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:10.985Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-01T06:57:11.862Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2682b788-d683-4d34-913b-90085d82c71f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:57:11.873Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2682b788-d683-4d34-913b-90085d82c71f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T06:57:11.876Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T06:57:11.876Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T06:57:11.877Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T06:57:11.877Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T06:57:11.877Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:57:11.877Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:57:11.877Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:57:11.877Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:57:11.877Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:57:11.877Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T06:57:11.877Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T06:57:11.881Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T06:57:41.882Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2682b788-d683-4d34-913b-90085d82c71f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T06:57:41.927Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2682b788-d683-4d34-913b-90085d82c71f and serviceModelVersionId: 34b5ba0f-dca0-464f-9f14-682227b718ed
2022-07-01T06:57:41.928Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7ba3ced-e4b1-422c-a83f-a8e017670e00
2022-07-01T06:57:41.929Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7ba3ced-e4b1-422c-a83f-a8e017670e00/model-vers/model-ver/34b5ba0f-dca0-464f-9f14-682227b718ed?depth=0
2022-07-01T06:57:41.935Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T06:57:41.978Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7ba3ced-e4b1-422c-a83f-a8e017670e00/model-vers/model-ver/34b5ba0f-dca0-464f-9f14-682227b718ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-01T06:57:41.980Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7ba3ced-e4b1-422c-a83f-a8e017670e00/model-vers/model-ver/34b5ba0f-dca0-464f-9f14-682227b718ed?depth=0|INFO|500||Invoke
2022-07-01T06:57:42.008Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7ba3ced-e4b1-422c-a83f-a8e017670e00/model-vers/model-ver/34b5ba0f-dca0-464f-9f14-682227b718ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T06:57:42.131Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7ba3ced-e4b1-422c-a83f-a8e017670e00/model-vers/model-ver/34b5ba0f-dca0-464f-9f14-682227b718ed?depth=0|INFO|500||InvokeReturn
2022-07-01T06:57:42.134Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7ba3ced-e4b1-422c-a83f-a8e017670e00/model-vers/model-ver/34b5ba0f-dca0-464f-9f14-682227b718ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220701-06:57:41:958-30614], vertex-id=[225320], Content-Length=[0], Date=[Fri, 01 Jul 2022 06:57:41 GMT], Content-Type=[application/json]}
2022-07-01T06:57:42.135Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-07-01T06:57:42.135Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T06:57:42.135Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T06:57:42.140Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T06:57:42.141Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2682b788-d683-4d34-913b-90085d82c71f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T06:57:42.141Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T06:57:42.142Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T06:57:42.144Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T06:57:42.145Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658662141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:57:42.245Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T06:57:42.248Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T06:57:42.248Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:42.268Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:42.269Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T06:57:43.158Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:57:43.160Z|2682b788-d683-4d34-913b-90085d82c71f|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-07-01T06:57:43.160Z|2682b788-d683-4d34-913b-90085d82c71f|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:57:53.608Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:57:53.609Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:57:53.610Z|2682b788-d683-4d34-913b-90085d82c71f|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-07-01T06:57:53.610Z|2682b788-d683-4d34-913b-90085d82c71f|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:58:03.195Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:58:03.196Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:58:03.197Z|2682b788-d683-4d34-913b-90085d82c71f|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-07-01T06:58:03.197Z|2682b788-d683-4d34-913b-90085d82c71f|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:58:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:58:06.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:58:06.591Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:58:06.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:58:06.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:58:06.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246420a1-3326-4517-b980-9b3d65d6c7f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658559616,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:58:06.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:58:06.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:58:06.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:58:06.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:58:06.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:58:06.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-01T06:58:06.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:58:06.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:58:06.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-01T06:58:06.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:58:06.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:58:06.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:58:06.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:58:06.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:58:06.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:58:06.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:58:06.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:58:06.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:58:06.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:58:12.790Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:58:12.791Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:58:12.791Z|2682b788-d683-4d34-913b-90085d82c71f|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-07-01T06:58:12.791Z|2682b788-d683-4d34-913b-90085d82c71f|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:58:22.342Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:58:22.343Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:58:22.344Z|2682b788-d683-4d34-913b-90085d82c71f|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-07-01T06:58:22.344Z|2682b788-d683-4d34-913b-90085d82c71f|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:58:31.885Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:58:31.886Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:58:31.887Z|2682b788-d683-4d34-913b-90085d82c71f|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-07-01T06:58:31.887Z|2682b788-d683-4d34-913b-90085d82c71f|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:58:41.452Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:59:06.585Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:59:06.587Z|2682b788-d683-4d34-913b-90085d82c71f|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-07-01T06:59:06.587Z|2682b788-d683-4d34-913b-90085d82c71f|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:59:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T06:59:06.589Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T06:59:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T06:59:06.636Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T06:59:06.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-01T06:59:06.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:59:06.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:59:06.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:59:06.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:59:06.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:59:06.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658569985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:59:06.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658572300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:59:06.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658573354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:59:06.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658574409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658575483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658576541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658577667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658578672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658579677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658580682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658581687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658582692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50c2e164-666e-419c-a4f2-e07d386c1cba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658613931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:59:06.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T06:59:06.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658483648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658622236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658624553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T06:59:06.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658625642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T06:59:06.645Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T06:59:16.144Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:06.585Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:00:06.586Z|2682b788-d683-4d34-913b-90085d82c71f|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-07-01T07:00:06.587Z|2682b788-d683-4d34-913b-90085d82c71f|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:06.589Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:00:06.590Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:00:06.590Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:07.139Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:07.140Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:00:07.140Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658626740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:00:07.141Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:00:07.141Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:00:07.141Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658627846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T07:00:07.142Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:00:07.142Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:00:07.142Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658628850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T07:00:07.143Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:00:07.143Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:00:07.143Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658629854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-01T07:00:07.143Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:00:07.143Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:00:07.143Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658630858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:00:07.144Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:00:07.144Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:00:07.144Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2682b788-d683-4d34-913b-90085d82c71f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658662141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:00:07.144Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:00:13.887Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:13.887Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T07:00:13.888Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3ce301c-3887-4ff1-b596-8a6e20840ef1","serviceName":"Demo_pNF_TGl0DBwY8GlXdCZyfKnJ","serviceVersion":"1.0","serviceUUID":"56dac7c8-8e28-443e-b325-957aca49f41b","serviceDescription":"catalog service description","serviceInvariantUUID":"9b66da8c-ff10-483a-b63d-669b65031367","resources":[{"resourceInstanceName":"pNF fde6aec8-4984 0","resourceName":"pNF fde6aec8-4984","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"53ac0aff-88a0-447a-9a16-4a2f64baf4f2","resourceInvariantUUID":"03905f75-03f1-4de3-9867-9de245fad4c5","resourceCustomizationUUID":"0a66c845-c11f-4f11-aa97-24240979d6ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vf-license-model.xml","artifactChecksum":"NjFkMDQ4NjNlNWEzZTIyZmY1YTI5YmM2Y2I0ZmVhMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"279cceb9-1078-435d-ab0b-7fca8dad956b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/pNF.csar","artifactChecksum":"ZjBhMTU1Zjk4YWYzZTM3YTU3NWUzNDNkYzY4NjdmNjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac1a844d-2a99-46a3-a183-ca5ad601af6d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d7cb542-2edd-49a3-88de-580e5cf3f4c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vendor-license-model.xml","artifactChecksum":"OWJlY2RiNjBmOWE2YjUwMDk1NTkzZWYzYTM2OTVjZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b92ac3d-308d-428f-88e6-87eaaed2c1e5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a035923b-d22a-4a68-9271-839090cf3d21","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4e6de44-fe16-4f75-a2b7-0dd4e4fbcf51","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml","artifactChecksum":"NmIzNjNlOTdhMzgyM2ZjZjFlZWQwY2FhODM1OGNjN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17b5da5c-74ab-4559-8db8-dbf249a92600","artifactVersion":"1"},{"artifactName":"service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar","artifactChecksum":"Y2QzOGQyODAwOWZmNTE5NDUwY2JkZDVkMTIyNzdhNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4522ce54-91e2-463e-80c1-2904642c3d88","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T07:00:13.891Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:00:13.892Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:00:13.894Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:00:13.895Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:00:13.995Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:00:13.996Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:00:13.996Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:14.012Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:14.012Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:00:14.895Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:00:14.897Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:00:14.899Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:00:14.899Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:00:15.000Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T07:00:15.000Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:00:15.001Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:15.012Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:15.013Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:00:15.900Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:00:15.901Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:00:15.903Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:00:15.903Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:00:16.004Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:00:16.004Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:00:16.004Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:16.044Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:16.044Z||pool-91-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:00:16.904Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:00:16.905Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:00:16.907Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:00:16.907Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:00:17.007Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:00:17.008Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:00:17.008Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:17.030Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:17.031Z||pool-92-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:00:17.908Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:00:17.908Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:00:17.911Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:00:17.911Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:00:18.011Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:00:18.012Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:00:18.012Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:18.038Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:18.039Z||pool-93-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:00:18.911Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:00:18.912Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:00:18.914Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:00:18.916Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:00:19.014Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-01T07:00:19.015Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:00:19.015Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:19.037Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:19.037Z||pool-94-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:00:19.917Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:00:19.918Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:00:19.919Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:00:19.920Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:00:20.020Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:00:20.021Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:00:20.021Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:20.035Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:20.035Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:00:20.920Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:00:20.921Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:00:20.923Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:00:20.923Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:00:21.023Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:00:21.024Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:00:21.024Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:21.037Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:21.037Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:00:21.924Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "serviceName": "Demo_pNF_TGl0DBwY8GlXdCZyfKnJ",
  "serviceVersion": "1.0",
  "serviceUUID": "56dac7c8-8e28-443e-b325-957aca49f41b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9b66da8c-ff10-483a-b63d-669b65031367",
  "resources": [
    {
      "resourceInstanceName": "pNF fde6aec8-4984 0",
      "resourceCustomizationUUID": "0a66c845-c11f-4f11-aa97-24240979d6ad",
      "resourceName": "pNF fde6aec8-4984",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "53ac0aff-88a0-447a-9a16-4a2f64baf4f2",
      "resourceInvariantUUID": "03905f75-03f1-4de3-9867-9de245fad4c5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
      "artifactChecksum": "Y2QzOGQyODAwOWZmNTE5NDUwY2JkZDVkMTIyNzdhNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4522ce54-91e2-463e-80c1-2904642c3d88"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T07:00:21.925Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T07:00:21.925Z|2682b788-d683-4d34-913b-90085d82c71f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56dac7c8-8e28-443e-b325-957aca49f41b ASDC
2022-07-01T07:00:21.925Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c3ce301c-3887-4ff1-b596-8a6e20840ef1
ServiceName:Demo_pNF_TGl0DBwY8GlXdCZyfKnJ
ServiceVersion:1.0
ServiceUUID:56dac7c8-8e28-443e-b325-957aca49f41b
ServiceInvariantUUID:9b66da8c-ff10-483a-b63d-669b65031367
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
ArtifactUUID:4522ce54-91e2-463e-80c1-2904642c3d88
ArtifactChecksum:Y2QzOGQyODAwOWZmNTE5NDUwY2JkZDVkMTIyNzdhNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fde6aec8-4984 0
ResourceCustomizationUUID:0a66c845-c11f-4f11-aa97-24240979d6ad
ResourceInvariantUUID:03905f75-03f1-4de3-9867-9de245fad4c5
ResourceName:pNF fde6aec8-4984
ResourceType:PNF
ResourceUUID:53ac0aff-88a0-447a-9a16-4a2f64baf4f2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-01T07:00:21.925Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56dac7c8-8e28-443e-b325-957aca49f41b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:00:21.955Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T07:00:21.956Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T07:00:21.956Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T07:00:21.956Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4522ce54-91e2-463e-80c1-2904642c3d88 from URL: /sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:21.956Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T07:00:21.956Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:22.082Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T07:00:22.086Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar 4522ce54-91e2-463e-80c1-2904642c3d88 82662
2022-07-01T07:00:22.086Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar ASDC sendASDCNotification
2022-07-01T07:00:22.086Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:22.086Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:00:22.086Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:00:22.095Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:00:22.095Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658822086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:00:22.189Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-01T07:00:22.190Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:00:22.190Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:22.208Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:22.208Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:00:23.096Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T07:00:23.097Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T07:00:23.097Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4522ce54-91e2-463e-80c1-2904642c3d88, URL: /sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar to file: /app/ASDC/1/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:23.097Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:23.098Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:23.098Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:23.269Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP409247168972745992/Definitions/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml
2022-07-01T07:00:24.131Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T07:00:24.132Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T07:00:24.132Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:24.132Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-01T07:00:24.132Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fde6aec8-4984 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-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:24.132Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||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-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:24.132Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:24.132Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||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-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:24.133Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||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-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:24.133Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||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-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:24.133Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||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-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:24.133Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T07:00:24.133Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:00:24.134Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_TGl0DBwY8GlXdCZyfKnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:00:24.134Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Node template pNF fde6aec8-4984 0 is matching search criteria
2022-07-01T07:00:24.134Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T07:00:24.134Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF fde6aec8-4984 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T07:00:24.134Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:00:24.135Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_TGl0DBwY8GlXdCZyfKnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:00:24.135Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Node template pNF fde6aec8-4984 0 is matching search criteria
2022-07-01T07:00:24.135Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T07:00:24.135Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF fde6aec8-4984 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T07:00:24.135Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:00:24.135Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_TGl0DBwY8GlXdCZyfKnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:00:24.135Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:00:24.135Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_TGl0DBwY8GlXdCZyfKnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:00:24.136Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:00:24.136Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_TGl0DBwY8GlXdCZyfKnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:00:24.136Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:00:24.136Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_TGl0DBwY8GlXdCZyfKnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:00:24.136Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:00:24.136Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_TGl0DBwY8GlXdCZyfKnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:00:24.137Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TGl0DBwY8GlXdCZyfKnJ
Description:catalog service description
Model UUID:56dac7c8-8e28-443e-b325-957aca49f41b
Model Version:NULL
Model InvariantUuid:9b66da8c-ff10-483a-b63d-669b65031367
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T07:00:24.144Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 53ac0aff-88a0-447a-9a16-4a2f64baf4f2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:00:24.148Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||pNF fde6aec8-4984 0
2022-07-01T07:00:24.148Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 53ac0aff-88a0-447a-9a16-4a2f64baf4f2
2022-07-01T07:00:24.148Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 56dac7c8-8e28-443e-b325-957aca49f41b
2022-07-01T07:00:24.148Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 56dac7c8-8e28-443e-b325-957aca49f41b
2022-07-01T07:00:24.148Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fde6aec8-4984 0 53ac0aff-88a0-447a-9a16-4a2f64baf4f2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:00:24.153Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7beacacd, org.onap.sdc.toscaparser.api.parameters.Input@117d099e, org.onap.sdc.toscaparser.api.parameters.Input@690c19dc, org.onap.sdc.toscaparser.api.parameters.Input@4d24a394, org.onap.sdc.toscaparser.api.parameters.Input@60b5a45f]
2022-07-01T07:00:24.154Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:00:24.154Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_TGl0DBwY8GlXdCZyfKnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:00:24.154Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 56dac7c8-8e28-443e-b325-957aca49f41b: pNF fde6aec8-4984
2022-07-01T07:00:24.154Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||Processing PNF resource: 53ac0aff-88a0-447a-9a16-4a2f64baf4f2
2022-07-01T07:00:24.155Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:00:24.155Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_TGl0DBwY8GlXdCZyfKnJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:00:24.155Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||Resource customization UUID: 0a66c845-c11f-4f11-aa97-24240979d6ad is the same as notified resource customizationUUID: 0a66c845-c11f-4f11-aa97-24240979d6ad
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-01T07:00:24.185Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fde6aec8-4984 53ac0aff-88a0-447a-9a16-4a2f64baf4f2 0 ASDC deployResourceStructure
2022-07-01T07:00:24.186Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar ASDC sendASDCNotification
2022-07-01T07:00:24.186Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar
2022-07-01T07:00:24.186Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:00:24.186Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:00:24.188Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:00:24.188Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658824186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:00:24.288Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:00:24.289Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:00:24.289Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:00:24.305Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:00:24.306Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:00:25.188Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3ce301c-3887-4ff1-b596-8a6e20840ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:00:25.201Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3ce301c-3887-4ff1-b596-8a6e20840ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:00:25.202Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:00:25.202Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T07:00:25.203Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T07:00:55.203Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3ce301c-3887-4ff1-b596-8a6e20840ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:00:55.212Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3ce301c-3887-4ff1-b596-8a6e20840ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:00:55.213Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:00:55.214Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T07:00:55.214Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T07:01:06.590Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:01:06.590Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:01:06.590Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:01:07.238Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:01:07.239Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.239Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658803735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.240Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.240Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.240Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.240Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.241Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.241Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658805869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.241Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.241Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.241Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.241Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.241Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.241Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658803735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.241Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.241Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.242Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658805869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.242Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.242Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.242Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658814014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.242Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.242Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.242Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658803735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.242Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.242Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.243Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658805869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.243Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.243Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.243Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.243Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.243Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.243Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658814014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.243Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.244Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.244Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658803735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.244Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.244Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.244Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.244Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.244Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.244Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658805869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.245Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.245Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.245Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658814014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.245Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.245Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.245Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "cds",
  "timestamp": 1656658815696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.245Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.246Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.246Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658803735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.246Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.246Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.246Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658805869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.246Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.246Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.246Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.246Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.247Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.247Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658814014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.247Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.247Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.247Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "cds",
  "timestamp": 1656658815696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.247Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.247Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.247Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658803735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.248Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.248Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.248Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.248Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.248Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.248Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658805869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:01:07.248Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.248Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.249Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658814014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.249Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.249Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.249Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "cds",
  "timestamp": 1656658815696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.249Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.249Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.249Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658803735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.249Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.249Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.250Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.250Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.250Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.250Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658805869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.250Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.250Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.250Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658814014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.251Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.251Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.251Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "cds",
  "timestamp": 1656658815696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.251Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.251Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.251Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658803735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:01:07.251Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.251Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.252Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658806585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:01:07.252Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.252Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.252Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658805869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.252Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.252Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.252Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658814014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.252Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.253Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.253Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "cds",
  "timestamp": 1656658815696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.253Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.253Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.253Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658821437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:01:07.253Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.253Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.253Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658822079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:01:07.263Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.264Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.264Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658822086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:01:07.265Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.265Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.265Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656658814014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:01:07.265Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.265Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.266Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "cds",
  "timestamp": 1656658815696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.266Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.266Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.266Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658820757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.266Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.266Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.266Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658820993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.266Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.267Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.267Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658823134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T07:01:07.267Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.267Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.267Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "cds",
  "timestamp": 1656658815696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.267Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.267Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.268Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658820757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.268Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.268Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.268Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658820993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.268Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.268Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.268Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656658824137,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:01:07.276Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c3ce301c-3887-4ff1-b596-8a6e20840ef1
2022-07-01T07:01:07.277Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3ce301c-3887-4ff1-b596-8a6e20840ef1 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:01:07.286Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.287Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658824186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:01:07.287Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.287Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.287Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "cds",
  "timestamp": 1656658815696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:01:07.287Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.287Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.287Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658820757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658820993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "cds",
  "timestamp": 1656658824561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:01:07.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658820757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.289Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.289Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.289Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658820993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.289Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.289Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.289Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "cds",
  "timestamp": 1656658825568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:01:07.294Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3ce301c-3887-4ff1-b596-8a6e20840ef1
2022-07-01T07:01:07.294Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3ce301c-3887-4ff1-b596-8a6e20840ef1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:01:07.302Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.302Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658820757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.302Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.303Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.303Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658820993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.303Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.303Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.303Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658826842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:01:07.304Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.304Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.304Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658820757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.304Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.304Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.304Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658820993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.305Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.305Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.305Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "aai-ml",
  "timestamp": 1656658827846,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:01:07.309Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3ce301c-3887-4ff1-b596-8a6e20840ef1
2022-07-01T07:01:07.309Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3ce301c-3887-4ff1-b596-8a6e20840ef1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:01:07.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658820757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658820993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.319Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658820757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:01:07.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658828716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.320Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.321Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658820993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:01:07.321Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.321Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.321Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658829601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:01:07.321Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.321Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.321Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658828716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.322Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.322Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.322Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658829810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:01:07.322Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.322Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.322Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658828716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.322Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.322Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.323Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658830817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:01:07.323Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.323Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.323Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658831638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:01:07.323Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.323Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.323Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658828716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.324Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.324Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.324Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "policy-id",
  "timestamp": 1656658831820,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:01:07.328Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3ce301c-3887-4ff1-b596-8a6e20840ef1
2022-07-01T07:01:07.328Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3ce301c-3887-4ff1-b596-8a6e20840ef1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:01:07.338Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.339Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656658832644,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:01:07.345Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3ce301c-3887-4ff1-b596-8a6e20840ef1
2022-07-01T07:01:07.345Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3ce301c-3887-4ff1-b596-8a6e20840ef1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:01:07.354Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.354Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658828716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.354Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.354Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.355Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658828716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/resourceInstances/pnffde6aec849840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.355Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.355Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.356Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658828716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:01:07.356Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.356Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.356Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658828716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:01:07.357Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:01:07.357Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.357Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658843763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:01:07.357Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.358Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.358Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658845774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTgl0dbwy8glxdczyfknj/1.0/artifacts/service-DemoPnfTgl0dbwy8glxdczyfknj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:01:07.358Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:01:07.359Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:01:07.359Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "clamp",
  "timestamp": 1656658846779,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:01:07.364Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3ce301c-3887-4ff1-b596-8a6e20840ef1
2022-07-01T07:01:07.364Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3ce301c-3887-4ff1-b596-8a6e20840ef1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:01:25.214Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3ce301c-3887-4ff1-b596-8a6e20840ef1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:01:25.225Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3ce301c-3887-4ff1-b596-8a6e20840ef1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:01:25.228Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:01:25.228Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T07:01:25.228Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T07:01:25.229Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T07:01:25.229Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:01:25.229Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:01:25.229Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:01:25.229Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:01:25.229Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:01:25.230Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:01:25.230Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:01:25.230Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:01:25.235Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T07:01:55.235Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3ce301c-3887-4ff1-b596-8a6e20840ef1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T07:01:55.240Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3ce301c-3887-4ff1-b596-8a6e20840ef1 and serviceModelVersionId: 56dac7c8-8e28-443e-b325-957aca49f41b
2022-07-01T07:01:55.240Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b66da8c-ff10-483a-b63d-669b65031367
2022-07-01T07:01:55.241Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b66da8c-ff10-483a-b63d-669b65031367/model-vers/model-ver/56dac7c8-8e28-443e-b325-957aca49f41b?depth=0
2022-07-01T07:01:55.245Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T07:01:55.287Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b66da8c-ff10-483a-b63d-669b65031367/model-vers/model-ver/56dac7c8-8e28-443e-b325-957aca49f41b?depth=0|INFO|500||Invoke
2022-07-01T07:01:55.288Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b66da8c-ff10-483a-b63d-669b65031367/model-vers/model-ver/56dac7c8-8e28-443e-b325-957aca49f41b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b66da8c-ff10-483a-b63d-669b65031367/model-vers/model-ver/56dac7c8-8e28-443e-b325-957aca49f41b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c3ce301c-3887-4ff1-b596-8a6e20840ef1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35185abe-4acf-4d79-bf2d-8c1704706430], X-ECOMP-RequestID=[c3ce301c-3887-4ff1-b596-8a6e20840ef1], X-TransactionId=[], X-ONAP-RequestID=[c3ce301c-3887-4ff1-b596-8a6e20840ef1], Content-Type=[application/merge-patch+json]}
2022-07-01T07:01:55.307Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b66da8c-ff10-483a-b63d-669b65031367/model-vers/model-ver/56dac7c8-8e28-443e-b325-957aca49f41b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T07:01:55.434Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b66da8c-ff10-483a-b63d-669b65031367/model-vers/model-ver/56dac7c8-8e28-443e-b325-957aca49f41b?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/9b66da8c-ff10-483a-b63d-669b65031367/model-vers/model-ver/56dac7c8-8e28-443e-b325-957aca49f41b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-07:01:55:270-76592], vertex-id=[237608], Content-Length=[0], Date=[Fri, 01 Jul 2022 07:01:55 GMT], Content-Type=[application/json]}
2022-07-01T07:01:55.435Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b66da8c-ff10-483a-b63d-669b65031367/model-vers/model-ver/56dac7c8-8e28-443e-b325-957aca49f41b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T07:01:55.437Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b66da8c-ff10-483a-b63d-669b65031367/model-vers/model-ver/56dac7c8-8e28-443e-b325-957aca49f41b?depth=0|INFO|500||InvokeReturn
2022-07-01T07:01:55.438Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T07:01:55.438Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:01:55.447Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T07:01:55.447Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3ce301c-3887-4ff1-b596-8a6e20840ef1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T07:01:55.447Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T07:01:55.447Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:01:55.449Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:01:55.449Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658915447,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:01:55.550Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:01:55.551Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:01:55.551Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:01:55.569Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:01:55.569Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T07:01:56.461Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:01:56.462Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|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-07-01T07:01:56.462Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:02:06.051Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:02:06.589Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:02:06.589Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:02:06.590Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:02:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:02:06.590Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:02:06.590Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:02:07.254Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:02:07.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T07:02:07.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3ce301c-3887-4ff1-b596-8a6e20840ef1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656658915447,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:02:07.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:02:16.142Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:03:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:03:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:03:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:03:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:03:06.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:03:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:03:16.159Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:03:16.209Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:06.585Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:04:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:04:06.586Z|c85859f2-1070-430e-9537-41261cbd97b1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:04:06.589Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:04:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:07.246Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:07.247Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.247Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "cds",
  "timestamp": 1656658995696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659000756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659000993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659005869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "cds",
  "timestamp": 1656658995696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659000756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659000993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659005869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "cds",
  "timestamp": 1656658995696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659000756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659000993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659005869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "cds",
  "timestamp": 1656658995696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659000756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659000993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659005869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "cds",
  "timestamp": 1656658995696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659000756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659000993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659008716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659005869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "cds",
  "timestamp": 1656658995696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659000993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659000756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659008716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.256Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:07.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.257Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659005869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:04:07.257Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"60312375-6490-4268-b6b1-f35a4d8fbded","serviceName":"Demo_pNF_SVjnpTEbbHq18S3CEvfK","serviceVersion":"1.0","serviceUUID":"acb1f775-14b6-4627-860f-32f932289c87","serviceDescription":"catalog service description","serviceInvariantUUID":"52037022-491f-4541-9c90-d2660cf602e7","resources":[{"resourceInstanceName":"pNF 2fba6563-1cca 0","resourceName":"pNF 2fba6563-1cca","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aac77f07-8d59-4bfc-af8b-0f7aa10a31b6","resourceInvariantUUID":"5c721429-9cf3-4c31-b40d-8c805abab2b5","resourceCustomizationUUID":"752fb4f9-6a01-400e-82ab-c87a94976afa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vf-license-model.xml","artifactChecksum":"Mzg3OTkwYzNjZDJlMmZhMmVjMmY3MjA2NWY4YzE0Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74a74395-4d70-4b32-a7e0-40335b331bd3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/pNF.csar","artifactChecksum":"ZjBhMTU1Zjk4YWYzZTM3YTU3NWUzNDNkYzY4NjdmNjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5a359473-6a86-4a87-bfa2-9aa7361c8585","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2221a53-0e00-4f1f-a224-57d48eb8bba4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vendor-license-model.xml","artifactChecksum":"YzRlMGNmYTM3ZThjODg1NDc1YTk3NjRhZGNjZTY5ZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02580703-acc1-45b9-a29e-b4996bec783b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f61b6952-bf58-4961-9112-d99bd9f1c934","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"293b3cc7-ceb2-49f9-b4fa-746cdb0d5ac9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSvjnptebbhq18s3cevfk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml","artifactChecksum":"M2IxNTM2OTM4MjZkOWM3NTI1ZDA2MDU4Y2YzYWEwNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc4c7db5-5f5c-4c9d-b4e9-e44a8500b92e","artifactVersion":"1"},{"artifactName":"service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar","artifactChecksum":"ZDlmMjgyOWFmZjk0NmE3OTY0NjAwYzkxMGM3Yzc1Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49710671-1ca8-47f9-8802-fd6a240e0441","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T07:04:07.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "cds",
  "timestamp": 1656658995696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659000756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659000993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659008716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659005869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "cds",
  "timestamp": 1656658995696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:04:07.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659000756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:04:07.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659000993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:04:07.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659008716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659005869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "cds",
  "timestamp": 1656659012963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:04:07.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659012574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:04:07.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659012569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:04:07.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659008716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.264Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:04:07.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659014632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:04:07.264Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.264Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:07.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "cds",
  "timestamp": 1656659013970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-07-01T07:04:07.267Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:07.267Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:04:07.279Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60312375-6490-4268-b6b1-f35a4d8fbded
2022-07-01T07:04:07.279Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60312375-6490-4268-b6b1-f35a4d8fbded and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:04:07.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659013576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:04:07.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659013734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659008716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659014013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659015663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T07:04:07.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659014529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:04:07.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659013734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "policy-id",
  "timestamp": 1656659014579,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:04:07.296Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60312375-6490-4268-b6b1-f35a4d8fbded
2022-07-01T07:04:07.296Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60312375-6490-4268-b6b1-f35a4d8fbded and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:04:07.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659008716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659014013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659016666,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:04:07.308Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 60312375-6490-4268-b6b1-f35a4d8fbded
2022-07-01T07:04:07.308Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60312375-6490-4268-b6b1-f35a4d8fbded and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:04:07.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659015533,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:04:07.327Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60312375-6490-4268-b6b1-f35a4d8fbded
2022-07-01T07:04:07.327Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60312375-6490-4268-b6b1-f35a4d8fbded and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:04:07.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659013734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659008716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:04:07.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659014013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659013734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659014013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659013734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659014013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659013734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659014013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659013734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659014013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:07.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659013734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:04:07.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659014013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:04:07.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:04:07.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659022537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:04:07.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659024799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:04:07.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659027695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:04:07.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659027802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:04:07.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:04:07.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "aai-ml",
  "timestamp": 1656659028699,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:04:07.345Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60312375-6490-4268-b6b1-f35a4d8fbded
2022-07-01T07:04:07.346Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60312375-6490-4268-b6b1-f35a4d8fbded and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:04:07.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T07:04:07.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "clamp",
  "timestamp": 1656659028805,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:04:07.362Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60312375-6490-4268-b6b1-f35a4d8fbded
2022-07-01T07:04:07.362Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60312375-6490-4268-b6b1-f35a4d8fbded and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:04:07.367Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:04:07.368Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:07.368Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:07.385Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:07.386Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:04:08.267Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:04:08.268Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:08.270Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:08.270Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:08.370Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:04:08.371Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:08.371Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:08.386Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:08.386Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:04:09.270Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:04:09.272Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:09.274Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:09.274Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:09.374Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:04:09.375Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:09.375Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:09.392Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:09.392Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:04:10.275Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:04:10.276Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:10.278Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:10.278Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:10.378Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:04:10.379Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:10.379Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:10.400Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:10.401Z||pool-103-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:04:11.278Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:04:11.279Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:11.281Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:11.281Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:11.381Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:04:11.382Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:11.382Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:11.396Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:11.396Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:04:12.281Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:04:12.283Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:12.284Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:12.284Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:12.384Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:04:12.385Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:12.385Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:12.401Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:12.401Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:04:13.285Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:04:13.286Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:13.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:13.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:04:13.388Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:04:13.388Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:13.389Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:13.414Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:13.414Z||pool-106-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:04:14.288Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:04:14.289Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:14.291Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:14.291Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:04:14.391Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:04:14.392Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:14.392Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:14.408Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:14.409Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:04:15.292Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "serviceName": "Demo_pNF_SVjnpTEbbHq18S3CEvfK",
  "serviceVersion": "1.0",
  "serviceUUID": "acb1f775-14b6-4627-860f-32f932289c87",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52037022-491f-4541-9c90-d2660cf602e7",
  "resources": [
    {
      "resourceInstanceName": "pNF 2fba6563-1cca 0",
      "resourceCustomizationUUID": "752fb4f9-6a01-400e-82ab-c87a94976afa",
      "resourceName": "pNF 2fba6563-1cca",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aac77f07-8d59-4bfc-af8b-0f7aa10a31b6",
      "resourceInvariantUUID": "5c721429-9cf3-4c31-b40d-8c805abab2b5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
      "artifactChecksum": "ZDlmMjgyOWFmZjk0NmE3OTY0NjAwYzkxMGM3Yzc1Yzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "49710671-1ca8-47f9-8802-fd6a240e0441"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T07:04:15.293Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T07:04:15.293Z|c85859f2-1070-430e-9537-41261cbd97b1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 acb1f775-14b6-4627-860f-32f932289c87 ASDC
2022-07-01T07:04:15.293Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:60312375-6490-4268-b6b1-f35a4d8fbded
ServiceName:Demo_pNF_SVjnpTEbbHq18S3CEvfK
ServiceVersion:1.0
ServiceUUID:acb1f775-14b6-4627-860f-32f932289c87
ServiceInvariantUUID:52037022-491f-4541-9c90-d2660cf602e7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
ArtifactUUID:49710671-1ca8-47f9-8802-fd6a240e0441
ArtifactChecksum:ZDlmMjgyOWFmZjk0NmE3OTY0NjAwYzkxMGM3Yzc1Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2fba6563-1cca 0
ResourceCustomizationUUID:752fb4f9-6a01-400e-82ab-c87a94976afa
ResourceInvariantUUID:5c721429-9cf3-4c31-b40d-8c805abab2b5
ResourceName:pNF 2fba6563-1cca
ResourceType:PNF
ResourceUUID:aac77f07-8d59-4bfc-af8b-0f7aa10a31b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-01T07:04:15.293Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF acb1f775-14b6-4627-860f-32f932289c87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T07:04:15.326Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T07:04:15.326Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T07:04:15.327Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T07:04:15.327Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 49710671-1ca8-47f9-8802-fd6a240e0441 from URL: /sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:15.327Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-01T07:04:15.327Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:15.399Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-01T07:04:15.402Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar 49710671-1ca8-47f9-8802-fd6a240e0441 82652
2022-07-01T07:04:15.403Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar ASDC sendASDCNotification
2022-07-01T07:04:15.403Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:15.403Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:04:15.403Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:15.405Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:15.405Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659055402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:04:15.505Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:04:15.506Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:15.506Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:15.520Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:15.520Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:04:16.405Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T07:04:16.406Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-01T07:04:16.406Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 49710671-1ca8-47f9-8802-fd6a240e0441, URL: /sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar to file: /app/ASDC/1/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:16.407Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:16.407Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:16.407Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:16.509Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9106697911616657289/Definitions/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml
2022-07-01T07:04:17.156Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T07:04:17.157Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-01T07:04:17.157Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:17.157Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-01T07:04:17.157Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||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-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:17.157Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:17.157Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||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-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:17.157Z|60312375-6490-4268-b6b1-f35a4d8fbded|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-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:17.157Z|60312375-6490-4268-b6b1-f35a4d8fbded|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-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:17.157Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2fba6563-1cca 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-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:17.158Z|60312375-6490-4268-b6b1-f35a4d8fbded|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-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:17.158Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-01T07:04:17.158Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:04:17.158Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SVjnpTEbbHq18S3CEvfK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:04:17.158Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Node template pNF 2fba6563-1cca 0 is matching search criteria
2022-07-01T07:04:17.158Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-01T07:04:17.159Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2fba6563-1cca 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T07:04:17.159Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:04:17.159Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SVjnpTEbbHq18S3CEvfK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:04:17.159Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Node template pNF 2fba6563-1cca 0 is matching search criteria
2022-07-01T07:04:17.159Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-01T07:04:17.159Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2fba6563-1cca 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T07:04:17.160Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:04:17.160Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SVjnpTEbbHq18S3CEvfK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:04:17.160Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:04:17.160Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SVjnpTEbbHq18S3CEvfK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:04:17.160Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:04:17.160Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SVjnpTEbbHq18S3CEvfK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:04:17.160Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:04:17.160Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SVjnpTEbbHq18S3CEvfK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:04:17.160Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:04:17.161Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SVjnpTEbbHq18S3CEvfK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:04:17.161Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SVjnpTEbbHq18S3CEvfK
Description:catalog service description
Model UUID:acb1f775-14b6-4627-860f-32f932289c87
Model Version:NULL
Model InvariantUuid:52037022-491f-4541-9c90-d2660cf602e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T07:04:17.166Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: aac77f07-8d59-4bfc-af8b-0f7aa10a31b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:04:17.169Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||pNF 2fba6563-1cca 0
2022-07-01T07:04:17.169Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aac77f07-8d59-4bfc-af8b-0f7aa10a31b6
2022-07-01T07:04:17.169Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||No resources found for Service: acb1f775-14b6-4627-860f-32f932289c87
2022-07-01T07:04:17.169Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: acb1f775-14b6-4627-860f-32f932289c87
2022-07-01T07:04:17.169Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2fba6563-1cca 0 aac77f07-8d59-4bfc-af8b-0f7aa10a31b6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:04:17.173Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f86e39e, org.onap.sdc.toscaparser.api.parameters.Input@70794cd1, org.onap.sdc.toscaparser.api.parameters.Input@3857f61f, org.onap.sdc.toscaparser.api.parameters.Input@20e3384a, org.onap.sdc.toscaparser.api.parameters.Input@5881a5db]
2022-07-01T07:04:17.173Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:04:17.173Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SVjnpTEbbHq18S3CEvfK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:04:17.173Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid acb1f775-14b6-4627-860f-32f932289c87: pNF 2fba6563-1cca
2022-07-01T07:04:17.173Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||Processing PNF resource: aac77f07-8d59-4bfc-af8b-0f7aa10a31b6
2022-07-01T07:04:17.174Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:04:17.174Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SVjnpTEbbHq18S3CEvfK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:04:17.174Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||Resource customization UUID: 752fb4f9-6a01-400e-82ab-c87a94976afa is the same as notified resource customizationUUID: 752fb4f9-6a01-400e-82ab-c87a94976afa
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-01T07:04:17.200Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2fba6563-1cca aac77f07-8d59-4bfc-af8b-0f7aa10a31b6 0 ASDC deployResourceStructure
2022-07-01T07:04:17.200Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar ASDC sendASDCNotification
2022-07-01T07:04:17.200Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar
2022-07-01T07:04:17.201Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:04:17.201Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:17.202Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:17.202Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659057200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:04:17.303Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:04:17.304Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:17.304Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:17.325Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:17.326Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:04:18.203Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60312375-6490-4268-b6b1-f35a4d8fbded
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:04:18.214Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60312375-6490-4268-b6b1-f35a4d8fbded
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:04:18.217Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:04:18.217Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T07:04:18.218Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T07:04:18.218Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T07:04:18.218Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:04:18.218Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:04:18.219Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:04:18.219Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:04:18.219Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:04:18.219Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:04:18.220Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:04:18.220Z|60312375-6490-4268-b6b1-f35a4d8fbded|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-07-01T07:04:18.226Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T07:04:48.226Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60312375-6490-4268-b6b1-f35a4d8fbded and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T07:04:48.234Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60312375-6490-4268-b6b1-f35a4d8fbded and serviceModelVersionId: acb1f775-14b6-4627-860f-32f932289c87
2022-07-01T07:04:48.234Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52037022-491f-4541-9c90-d2660cf602e7
2022-07-01T07:04:48.235Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52037022-491f-4541-9c90-d2660cf602e7/model-vers/model-ver/acb1f775-14b6-4627-860f-32f932289c87?depth=0
2022-07-01T07:04:48.239Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T07:04:48.282Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52037022-491f-4541-9c90-d2660cf602e7/model-vers/model-ver/acb1f775-14b6-4627-860f-32f932289c87?depth=0|INFO|500||Invoke
2022-07-01T07:04:48.282Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52037022-491f-4541-9c90-d2660cf602e7/model-vers/model-ver/acb1f775-14b6-4627-860f-32f932289c87?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52037022-491f-4541-9c90-d2660cf602e7/model-vers/model-ver/acb1f775-14b6-4627-860f-32f932289c87?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60312375-6490-4268-b6b1-f35a4d8fbded], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ee0a8d6-8015-47e7-ae2a-e12c542df157], X-ECOMP-RequestID=[60312375-6490-4268-b6b1-f35a4d8fbded], X-TransactionId=[], X-ONAP-RequestID=[60312375-6490-4268-b6b1-f35a4d8fbded], Content-Type=[application/merge-patch+json]}
2022-07-01T07:04:48.305Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52037022-491f-4541-9c90-d2660cf602e7/model-vers/model-ver/acb1f775-14b6-4627-860f-32f932289c87?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T07:04:48.455Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52037022-491f-4541-9c90-d2660cf602e7/model-vers/model-ver/acb1f775-14b6-4627-860f-32f932289c87?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/52037022-491f-4541-9c90-d2660cf602e7/model-vers/model-ver/acb1f775-14b6-4627-860f-32f932289c87?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220701-07:04:48:276-9373], vertex-id=[200784], Content-Length=[0], Date=[Fri, 01 Jul 2022 07:04:48 GMT], Content-Type=[application/json]}
2022-07-01T07:04:48.455Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52037022-491f-4541-9c90-d2660cf602e7/model-vers/model-ver/acb1f775-14b6-4627-860f-32f932289c87?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T07:04:48.456Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52037022-491f-4541-9c90-d2660cf602e7/model-vers/model-ver/acb1f775-14b6-4627-860f-32f932289c87?depth=0|INFO|500||InvokeReturn
2022-07-01T07:04:48.456Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T07:04:48.457Z|60312375-6490-4268-b6b1-f35a4d8fbded|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-07-01T07:04:48.461Z|60312375-6490-4268-b6b1-f35a4d8fbded|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-07-01T07:04:48.461Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60312375-6490-4268-b6b1-f35a4d8fbded and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T07:04:48.461Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T07:04:48.461Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:04:48.464Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:04:48.464Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659088461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:04:48.563Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:04:48.564Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:04:48.564Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:04:48.581Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:04:48.582Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T07:05:06.585Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:05:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:05:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:05:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:05:06.589Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:05:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:05:06.730Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:05:06.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:05:06.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:05:06.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:05:16.147Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:06:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:06:06.588Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:06:06.588Z|60312375-6490-4268-b6b1-f35a4d8fbded|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:06:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:06:06.589Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:06:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:06:07.153Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:06:07.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T07:06:07.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:06:07.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T07:06:07.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/resourceInstances/pnf2fba65631cca0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659046585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659055402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:06:07.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T07:06:07.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659057200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSvjnptebbhq18s3cevfk/1.0/artifacts/service-DemoPnfSvjnptebbhq18s3cevfk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:06:07.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:06:07.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-01T07:06:07.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60312375-6490-4268-b6b1-f35a4d8fbded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659088461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:06:07.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:06:16.148Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:07:06.585Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:07:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:07:06.587Z|60312375-6490-4268-b6b1-f35a4d8fbded|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:07:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:07:06.589Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:07:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:07:16.140Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:07:16.145Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:08:06.585Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:08:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:08:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:08:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:08:06.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:08:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:08:16.147Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:08:16.157Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:09:06.585Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:09:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:09:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:09:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:09:06.590Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:09:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:09:16.141Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:09:16.148Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:10:06.585Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:10:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:10:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:10:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:10:06.589Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:10:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:10:16.142Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:10:16.150Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:11:06.585Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:11:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:11:06.586Z|60312375-6490-4268-b6b1-f35a4d8fbded|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:11:06.589Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:11:06.589Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:11:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:11:16.142Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:11:16.150Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:12:06.586Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:12:06.587Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:12:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:12:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:12:06.590Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:12:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:12:16.148Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:12:16.153Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:06.585Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:13:06.586Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:13:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:13:06.589Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:13:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:06.726Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:06.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659560993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659565869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659560993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659565696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659565869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659560993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659565696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659565869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659560993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659565696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659565869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659560993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659565696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659565869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659560993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659565696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659565869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.770Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659560993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659565696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659565869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659570756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659560993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659565696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659565869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659570756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659560993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659565696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659565869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659570756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659574015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659560993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659565696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659565869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659570756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659574015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659565696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659575128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659570756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659574015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659576504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659576134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659570756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659574015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "policy-id",
  "timestamp": 1656659577138,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:13:06.799Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf35d95d-0d10-4033-9fb1-5d798712ea73
2022-07-01T07:13:06.799Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf35d95d-0d10-4033-9fb1-5d798712ea73 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:13:06.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659570756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659574015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659570756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659578716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "cds",
  "timestamp": 1656659579199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:13:06.817Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bf35d95d-0d10-4033-9fb1-5d798712ea73
2022-07-01T07:13:06.818Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf35d95d-0d10-4033-9fb1-5d798712ea73 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:13:06.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659574015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659570756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659578716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659574015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659570756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659578716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659574015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659581574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:13:06.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:13:06.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659578716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659574015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659578716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659574015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:13:06.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659583734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659578716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659584855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:13:06.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:13:06.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659584119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:13:06.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:13:06.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659583734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:06.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:13:06.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659578716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:06.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:13:07.222Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:07.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T07:13:07.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bf35d95d-0d10-4033-9fb1-5d798712ea73","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ae2aeda8-b0db-4724-9b57-ae44ea45907d","serviceDescription":"service","serviceInvariantUUID":"0ac9d57a-1d66-48ed-9da8-810862ce7cc9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5afbcafa-6cdc-460d-8cfd-eb0bc12c8839","resourceInvariantUUID":"ec9abcf0-cf12-4676-84b0-fe0eef975dff","resourceCustomizationUUID":"b47d21c2-835b-4065-b2bb-8bc4d8064dbf","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":"ZDZmZDc3YTY3OGVmYTY4Y2ZjY2RkMDI2MjkxNjQ0NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d351db9-4f4b-4c83-8153-c36d4cc5f33b","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":"MjU4OGMxZGIzZjY2MzY4OTM0MjYwMGU1M2UzZjk3ZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d943deda-14ce-4b0f-a4eb-d766602bc35c","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":"4575dc5e-426a-4ed8-9897-339ffcd4549d","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":"9e299ed5-4e34-40e0-9380-e627bf5a4f3f","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":"9d1ce159-d570-4b7e-b9e5-4af9212ad636","artifactVersion":"2","generatedFromUUID":"3fcd68f1-28df-4ad1-b973-21a314385d53"},{"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":"7130afc9-059d-4034-810e-79d81ff08245","artifactVersion":"2","generatedFromUUID":"4575dc5e-426a-4ed8-9897-339ffcd4549d"},{"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":"3fcd68f1-28df-4ad1-b973-21a314385d53","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":"44e581ce-1c2a-4088-a3a5-b125875bdadb","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":"M2JkY2YwM2I4OWFhZjQ0NTk2ODBmMDNhOGRkM2Q5NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5e48815-be22-4d62-b93d-84fde060893e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MDhiYTBiMTg3MzJiYThkNTdjMWEwMTkzZjZiMTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1e6e2b6-c2a5-4768-b508-45289c445897","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T07:13:07.226Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:13:07.226Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:07.229Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:07.229Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:07.329Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:07.330Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:07.330Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:07.348Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:07.348Z||pool-111-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:13:08.230Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:13:08.231Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:08.232Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:08.233Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T07:13:08.333Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:08.334Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:08.334Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:08.348Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:08.348Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:09.233Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:13:09.234Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:09.236Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:09.236Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:13:09.336Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:09.337Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:09.337Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:09.356Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:09.357Z||pool-113-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:10.237Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:13:10.237Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:10.240Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:10.240Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:10.340Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:10.341Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:10.341Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:10.360Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:10.361Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:11.241Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:13:11.242Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:11.244Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:11.244Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-01T07:13:11.344Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:11.345Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:11.345Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:11.361Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:11.362Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:12.244Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:13:12.245Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:12.247Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:12.248Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-01T07:13:12.348Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:12.348Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:12.349Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:12.366Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:12.366Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:13.248Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:13:13.249Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:13.251Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:13.252Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-01T07:13:13.352Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:13.352Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:13.352Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:13.373Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:13.373Z||pool-117-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:14.253Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:13:14.254Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:14.256Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:14.256Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:14.357Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T07:13:14.358Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:14.358Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:14.371Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:14.372Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:15.257Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:13:15.259Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:15.260Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:15.260Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:13:15.361Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:13:15.361Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:15.361Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:15.376Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:15.377Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:16.261Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:13:16.261Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:16.263Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:16.263Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:13:16.363Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:13:16.364Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:16.364Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:16.381Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:16.381Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:17.267Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ae2aeda8-b0db-4724-9b57-ae44ea45907d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0ac9d57a-1d66-48ed-9da8-810862ce7cc9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b47d21c2-835b-4065-b2bb-8bc4d8064dbf",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5afbcafa-6cdc-460d-8cfd-eb0bc12c8839",
      "resourceInvariantUUID": "ec9abcf0-cf12-4676-84b0-fe0eef975dff",
      "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": "MjU4OGMxZGIzZjY2MzY4OTM0MjYwMGU1M2UzZjk3ZGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d943deda-14ce-4b0f-a4eb-d766602bc35c",
          "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": "4575dc5e-426a-4ed8-9897-339ffcd4549d",
          "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": "7130afc9-059d-4034-810e-79d81ff08245",
            "generatedFromUUID": "4575dc5e-426a-4ed8-9897-339ffcd4549d"
          },
          "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": "9d1ce159-d570-4b7e-b9e5-4af9212ad636",
          "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": "7130afc9-059d-4034-810e-79d81ff08245",
          "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": "3fcd68f1-28df-4ad1-b973-21a314385d53",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MDhiYTBiMTg3MzJiYThkNTdjMWEwMTkzZjZiMTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d1e6e2b6-c2a5-4768-b508-45289c445897"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T07:13:17.267Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T07:13:17.267Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ae2aeda8-b0db-4724-9b57-ae44ea45907d ASDC
2022-07-01T07:13:17.268Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:bf35d95d-0d10-4033-9fb1-5d798712ea73
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:ae2aeda8-b0db-4724-9b57-ae44ea45907d
ServiceInvariantUUID:0ac9d57a-1d66-48ed-9da8-810862ce7cc9
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:d1e6e2b6-c2a5-4768-b508-45289c445897
ArtifactChecksum:MDhiYTBiMTg3MzJiYThkNTdjMWEwMTkzZjZiMTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b47d21c2-835b-4065-b2bb-8bc4d8064dbf
ResourceInvariantUUID:ec9abcf0-cf12-4676-84b0-fe0eef975dff
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:5afbcafa-6cdc-460d-8cfd-eb0bc12c8839
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:d943deda-14ce-4b0f-a4eb-d766602bc35c
ArtifactChecksum:MjU4OGMxZGIzZjY2MzY4OTM0MjYwMGU1M2UzZjk3ZGM=
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:4575dc5e-426a-4ed8-9897-339ffcd4549d
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:7130afc9-059d-4034-810e-79d81ff08245
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:9d1ce159-d570-4b7e-b9e5-4af9212ad636
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:7130afc9-059d-4034-810e-79d81ff08245
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:3fcd68f1-28df-4ad1-b973-21a314385d53
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T07:13:17.269Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae2aeda8-b0db-4724-9b57-ae44ea45907d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T07:13:17.301Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T07:13:17.301Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-01T07:13:17.301Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-01T07:13:17.302Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d1e6e2b6-c2a5-4768-b508-45289c445897 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:17.302Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:13:17.302Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:17.384Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:13:17.391Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d1e6e2b6-c2a5-4768-b508-45289c445897 158210
2022-07-01T07:13:17.392Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-01T07:13:17.392Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:17.392Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:13:17.392Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:17.394Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:17.394Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659597392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:13:17.494Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:17.495Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:17.495Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:17.509Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:17.509Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:18.395Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T07:13:18.397Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-01T07:13:18.398Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d1e6e2b6-c2a5-4768-b508-45289c445897, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:18.398Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-01T07:13:18.400Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:18.400Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:18.601Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17851400491990887902/Definitions/service-BasicCnfMacro-template.yml
2022-07-01T07:13:19.756Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T07:13:19.757Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-01T07:13:19.757Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:19.757Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-01T07:13:19.757Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:19.757Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:19.757Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:19.757Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:19.757Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-01T07:13:19.758Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.758Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:19.758Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T07:13:19.759Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-01T07:13:19.759Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T07:13:19.759Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.759Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:19.759Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T07:13:19.760Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-01T07:13:19.760Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T07:13:19.760Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.760Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:19.760Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.760Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-01T07:13:19.761Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-01T07:13:19.761Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-01T07:13:19.761Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T07:13:19.761Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.761Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T07:13:19.761Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.762Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T07:13:19.762Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:13:19.762Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.762Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T07:13:19.762Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:13:19.763Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.763Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T07:13:19.763Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:13:19.763Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.763Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T07:13:19.763Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:13:19.764Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.764Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-01T07:13:19.764Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-01T07:13:19.764Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=42f52fff-8658-46a4-a59c-5d35b8ba5092
2022-07-01T07:13:19.764Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.764Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:19.764Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.765Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:19.765Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.765Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:19.765Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:19.765Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:19.765Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:ae2aeda8-b0db-4724-9b57-ae44ea45907d
Model Version:NULL
Model InvariantUuid:0ac9d57a-1d66-48ed-9da8-810862ce7cc9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:c9f50c45-b6c3-4c72-b903-d26f3dfa16c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec9abcf0-cf12-4676-84b0-fe0eef975dff
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b47d21c2-835b-4065-b2bb-8bc4d8064dbf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:225b44d2-2577-4af7-9549-4eff389fbb59
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:0a40e9f9-f9a1-4a6d-9142-1fc03d7155f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:53cdf216-bd1e-411f-a17b-8deeb9c18cb3
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:1e71fb83-bc38-47db-8830-c5eebebe562f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:42f52fff-8658-46a4-a59c-5d35b8ba5092
ModelInvariantUuid:e9e0b1bd-a053-495b-960b-6f955a015098
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:0974b46d-01e7-4936-90f2-5bf1d5233758
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:df6bdd1e-31a2-4552-b5cd-fb682dd663ee
ModelInvariantUuid:3f1b21c3-d39b-4522-8b03-a3013ef7f0bb
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:afd3512e-7859-4c91-9ae6-dc274065ac93
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T07:13:19.774Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5afbcafa-6cdc-460d-8cfd-eb0bc12c8839
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:13:19.778Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-07-01T07:13:19.779Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5afbcafa-6cdc-460d-8cfd-eb0bc12c8839
2022-07-01T07:13:19.779Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d943deda-14ce-4b0f-a4eb-d766602bc35c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-01T07:13:19.779Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:13:19.779Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-01T07:13:19.843Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:13:19.844Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d943deda-14ce-4b0f-a4eb-d766602bc35c 1565
2022-07-01T07:13:19.844Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-07-01T07:13:19.844Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-01T07:13:19.844Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:13:19.845Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:19.847Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:19.847Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659599844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:13:19.947Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:19.948Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:19.948Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:19.962Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:19.962Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:20.847Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "53cdf216-bd1e-411f-a17b-8deeb9c18cb3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e71fb83-bc38-47db-8830-c5eebebe562f",
    "vfModuleModelCustomizationUUID": "ad3f8cc7-88b8-4b0c-abc0-d32023dfc8c6",
    "isBase": true,
    "artifacts": [
      "4575dc5e-426a-4ed8-9897-339ffcd4549d",
      "7130afc9-059d-4034-810e-79d81ff08245"
    ],
    "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": "225b44d2-2577-4af7-9549-4eff389fbb59",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0a40e9f9-f9a1-4a6d-9142-1fc03d7155f6",
    "vfModuleModelCustomizationUUID": "a51f46e5-61b1-49ca-b5fb-bebaad8b3076",
    "isBase": false,
    "artifacts": [
      "3fcd68f1-28df-4ad1-b973-21a314385d53"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T07:13:20.852Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e71fb83-bc38-47db-8830-c5eebebe562f
VfModuleModelInvariantUUID:53cdf216-bd1e-411f-a17b-8deeb9c18cb3
VfModuleModelDescription:NULL
Artifacts UUID List:{
4575dc5e-426a-4ed8-9897-339ffcd4549d
,
7130afc9-059d-4034-810e-79d81ff08245

}
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:0a40e9f9-f9a1-4a6d-9142-1fc03d7155f6
VfModuleModelInvariantUUID:225b44d2-2577-4af7-9549-4eff389fbb59
VfModuleModelDescription:NULL
Artifacts UUID List:{
3fcd68f1-28df-4ad1-b973-21a314385d53

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

isBase:false


}

2022-07-01T07:13:20.855Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "53cdf216-bd1e-411f-a17b-8deeb9c18cb3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e71fb83-bc38-47db-8830-c5eebebe562f",
    "vfModuleModelCustomizationUUID": "ad3f8cc7-88b8-4b0c-abc0-d32023dfc8c6",
    "isBase": true,
    "artifacts": [
      "4575dc5e-426a-4ed8-9897-339ffcd4549d",
      "7130afc9-059d-4034-810e-79d81ff08245"
    ],
    "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": "225b44d2-2577-4af7-9549-4eff389fbb59",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0a40e9f9-f9a1-4a6d-9142-1fc03d7155f6",
    "vfModuleModelCustomizationUUID": "a51f46e5-61b1-49ca-b5fb-bebaad8b3076",
    "isBase": false,
    "artifacts": [
      "3fcd68f1-28df-4ad1-b973-21a314385d53"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T07:13:20.855Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e71fb83-bc38-47db-8830-c5eebebe562f
VfModuleModelInvariantUUID:53cdf216-bd1e-411f-a17b-8deeb9c18cb3
VfModuleModelDescription:NULL
Artifacts UUID List:{
4575dc5e-426a-4ed8-9897-339ffcd4549d
,
7130afc9-059d-4034-810e-79d81ff08245

}
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:0a40e9f9-f9a1-4a6d-9142-1fc03d7155f6
VfModuleModelInvariantUUID:225b44d2-2577-4af7-9549-4eff389fbb59
VfModuleModelDescription:NULL
Artifacts UUID List:{
3fcd68f1-28df-4ad1-b973-21a314385d53

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

isBase:false


}

2022-07-01T07:13:20.855Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4575dc5e-426a-4ed8-9897-339ffcd4549d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-01T07:13:20.855Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:13:20.855Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-01T07:13:20.936Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:13:20.936Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4575dc5e-426a-4ed8-9897-339ffcd4549d 914
2022-07-01T07:13:20.936Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-07-01T07:13:20.937Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-01T07:13:20.937Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:13:20.937Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:20.939Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:20.939Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659600936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:13:21.039Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:21.040Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:21.040Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:21.055Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:21.056Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:21.939Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9d1ce159-d570-4b7e-b9e5-4af9212ad636 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-01T07:13:21.940Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:13:21.940Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-01T07:13:22.054Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:13:22.055Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9d1ce159-d570-4b7e-b9e5-4af9212ad636 12
2022-07-01T07:13:22.055Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-07-01T07:13:22.055Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-01T07:13:22.056Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:13:22.056Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:22.078Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:22.079Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659602055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:13:22.159Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-07-01T07:13:22.160Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:22.160Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:22.174Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:22.174Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:23.079Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7130afc9-059d-4034-810e-79d81ff08245 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-01T07:13:23.080Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:13:23.081Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-01T07:13:23.140Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:13:23.140Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7130afc9-059d-4034-810e-79d81ff08245 96
2022-07-01T07:13:23.141Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-07-01T07:13:23.141Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-01T07:13:23.141Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:13:23.142Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:23.144Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:23.144Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659603141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:13:23.244Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:23.245Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:23.245Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:23.275Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:23.276Z||pool-125-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:13:24.147Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3fcd68f1-28df-4ad1-b973-21a314385d53 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-01T07:13:24.147Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:13:24.148Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-01T07:13:24.241Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:13:24.242Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 3fcd68f1-28df-4ad1-b973-21a314385d53 20206
2022-07-01T07:13:24.243Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-07-01T07:13:24.243Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-01T07:13:24.243Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:13:24.244Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:24.246Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:24.246Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659604243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:13:24.347Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:24.348Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:24.348Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:24.361Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:24.362Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:25.252Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ae2aeda8-b0db-4724-9b57-ae44ea45907d
2022-07-01T07:13:25.252Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 5afbcafa-6cdc-460d-8cfd-eb0bc12c8839 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:13:25.263Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66c69061, org.onap.sdc.toscaparser.api.parameters.Input@21c2762, org.onap.sdc.toscaparser.api.parameters.Input@5c0b8cb3, org.onap.sdc.toscaparser.api.parameters.Input@46d3806e, org.onap.sdc.toscaparser.api.parameters.Input@1444554d]
2022-07-01T07:13:25.266Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.267Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:25.267Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-07-01T07:13:25.267Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b47d21c2-835b-4065-b2bb-8bc4d8064dbf
2022-07-01T07:13:25.267Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b47d21c2-835b-4065-b2bb-8bc4d8064dbf matches Tosca VF Customization UUID: b47d21c2-835b-4065-b2bb-8bc4d8064dbf
2022-07-01T07:13:25.269Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b47d21c2-835b-4065-b2bb-8bc4d8064dbf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-01T07:13:25.272Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.272Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:25.273Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b47d21c2-835b-4065-b2bb-8bc4d8064dbf: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-07-01T07:13:25.273Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2de41db4
2022-07-01T07:13:25.273Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.273Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T07:13:25.273Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a51f46e5-61b1-49ca-b5fb-bebaad8b3076
2022-07-01T07:13:25.274Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a51f46e5-61b1-49ca-b5fb-bebaad8b3076
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-01T07:13:25.276Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.276Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T07:13:25.276Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:13:25.277Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.277Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T07:13:25.277Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:13:25.277Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.278Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T07:13:25.278Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b47d21c2-835b-4065-b2bb-8bc4d8064dbf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:13:25.279Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.280Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:25.280Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ae2aeda8-b0db-4724-9b57-ae44ea45907d: basic_cnf_macro
2022-07-01T07:13:25.280Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.280Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:25.281Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.281Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:25.281Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.281Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:25.282Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.282Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:25.282Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:13:25.282Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:13:25.283Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:13:25.336Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 5afbcafa-6cdc-460d-8cfd-eb0bc12c8839 2 ASDC deployResourceStructure
2022-07-01T07:13:25.336Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-07-01T07:13:25.337Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-01T07:13:25.337Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:13:25.337Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:25.339Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:25.339Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659605336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T07:13:25.439Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:25.440Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:25.440Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:25.456Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:25.457Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:26.341Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-07-01T07:13:26.342Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-01T07:13:26.342Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:13:26.342Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:26.345Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:26.345Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659606341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T07:13:26.445Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:26.446Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:26.447Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:26.474Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:26.474Z||pool-128-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:13:27.346Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-07-01T07:13:27.346Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-07-01T07:13:27.347Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-01T07:13:27.347Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:27.349Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:27.349Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659607346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-01T07:13:27.449Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:27.450Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:27.450Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:27.464Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:27.464Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:28.350Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-07-01T07:13:28.351Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-01T07:13:28.351Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:13:28.351Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:28.353Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:28.353Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659608350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-01T07:13:28.455Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-01T07:13:28.459Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:28.459Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:28.476Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:28.477Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:29.366Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-07-01T07:13:29.367Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-07-01T07:13:29.367Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-01T07:13:29.367Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:29.370Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:29.370Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659609366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-01T07:13:29.470Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:13:29.471Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:29.471Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:29.514Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:29.515Z||pool-131-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:30.376Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-01T07:13:30.377Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-01T07:13:30.377Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:13:30.377Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:13:30.379Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:13:30.379Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659610376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:13:30.480Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:13:30.481Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:13:30.481Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:13:30.518Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:13:30.519Z||pool-132-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:13:31.380Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:13:31.406Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:13:31.409Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:13:31.409Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T07:13:31.409Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T07:14:01.409Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:14:01.423Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:14:01.427Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:14:01.427Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T07:14:01.427Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T07:14:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:14:06.590Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:14:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:14:06.622Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:14:06.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:14:06.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659585125,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:14:06.630Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bf35d95d-0d10-4033-9fb1-5d798712ea73
2022-07-01T07:14:06.630Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf35d95d-0d10-4033-9fb1-5d798712ea73 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:14:31.427Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:14:31.437Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:14:31.440Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:14:31.440Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T07:14:31.440Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T07:15:01.440Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:15:01.451Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:15:01.453Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:15:01.453Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T07:15:01.453Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T07:15:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:15:06.590Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:15:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:15:06.631Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:15:06.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:15:06.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659585972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:15:06.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:15:31.453Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:15:31.464Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:15:31.466Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:15:31.466Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T07:15:31.466Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T07:16:01.467Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:16:01.481Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:16:01.483Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:16:01.483Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T07:16:01.483Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T07:16:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:16:06.590Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:16:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:16:06.629Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:16:06.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659583734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659578716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659587037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659583734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659578716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659588093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.634Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659583734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659578716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659589175,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:16:06.640Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf35d95d-0d10-4033-9fb1-5d798712ea73
2022-07-01T07:16:06.640Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf35d95d-0d10-4033-9fb1-5d798712ea73 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-01T07:16:06.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659583734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659590180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659583734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659583734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659583734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659583734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659594543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659586585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659597392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659599844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659599991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659600936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659602055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659603141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659602982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659604243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "aai-ml",
  "timestamp": 1656659603987,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:16:06.658Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bf35d95d-0d10-4033-9fb1-5d798712ea73
2022-07-01T07:16:06.658Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf35d95d-0d10-4033-9fb1-5d798712ea73 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:16:06.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659603909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:16:06.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659605336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T07:16:06.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "clamp",
  "timestamp": 1656659604912,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:16:06.670Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bf35d95d-0d10-4033-9fb1-5d798712ea73
2022-07-01T07:16:06.670Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf35d95d-0d10-4033-9fb1-5d798712ea73 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:16:06.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659606341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T07:16:06.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659607346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-01T07:16:06.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659608350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659609366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659610376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659620993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659625869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659620993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "cds",
  "timestamp": 1656659625696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659625869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659620993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "cds",
  "timestamp": 1656659625696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659625869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659620993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "cds",
  "timestamp": 1656659625696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659625869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659620993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "cds",
  "timestamp": 1656659625696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659625869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659620993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "cds",
  "timestamp": 1656659625696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659625869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659620993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "cds",
  "timestamp": 1656659625696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659625869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659630756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659620993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "cds",
  "timestamp": 1656659625696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659625869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659630756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659632795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "cds",
  "timestamp": 1656659625696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659630756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659633801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659634014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "cds",
  "timestamp": 1656659634448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.688Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659630756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "policy-id",
  "timestamp": 1656659634803,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:16:06.701Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9303c50-a131-4cce-9a01-14d9c0337998
2022-07-01T07:16:06.701Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9303c50-a131-4cce-9a01-14d9c0337998 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:16:06.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659634014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "cds",
  "timestamp": 1656659635788,
  "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-07-01T07:16:06.716Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b9303c50-a131-4cce-9a01-14d9c0337998
2022-07-01T07:16:06.716Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9303c50-a131-4cce-9a01-14d9c0337998 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:16:06.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659630756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659634014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659630756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659634014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659630756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659634014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659630756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659638716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659634014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659639554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659638716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659634014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659638716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659634014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:16:06.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659638716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659641935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:16:06.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659642764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659638716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659642939,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:16:06.736Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b9303c50-a131-4cce-9a01-14d9c0337998
2022-07-01T07:16:06.736Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9303c50-a131-4cce-9a01-14d9c0337998 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:16:06.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659643876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659643735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659638716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659644980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:16:06.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:16:06.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659643735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:06.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:16:06.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659638716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:16:06.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:16:31.484Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:16:31.495Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:16:31.498Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:16:31.498Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T07:16:31.498Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T07:16:31.498Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T07:16:31.498Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:16:31.499Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:16:31.499Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:16:31.499Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:16:31.499Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:16:31.499Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:16:31.500Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:16:31.504Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T07:17:01.505Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf35d95d-0d10-4033-9fb1-5d798712ea73 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T07:17:01.511Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf35d95d-0d10-4033-9fb1-5d798712ea73 and serviceModelVersionId: ae2aeda8-b0db-4724-9b57-ae44ea45907d
2022-07-01T07:17:01.511Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ac9d57a-1d66-48ed-9da8-810862ce7cc9
2022-07-01T07:17:01.512Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ac9d57a-1d66-48ed-9da8-810862ce7cc9/model-vers/model-ver/ae2aeda8-b0db-4724-9b57-ae44ea45907d?depth=0
2022-07-01T07:17:01.520Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T07:17:01.591Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac9d57a-1d66-48ed-9da8-810862ce7cc9/model-vers/model-ver/ae2aeda8-b0db-4724-9b57-ae44ea45907d?depth=0|INFO|500||Invoke
2022-07-01T07:17:01.592Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac9d57a-1d66-48ed-9da8-810862ce7cc9/model-vers/model-ver/ae2aeda8-b0db-4724-9b57-ae44ea45907d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac9d57a-1d66-48ed-9da8-810862ce7cc9/model-vers/model-ver/ae2aeda8-b0db-4724-9b57-ae44ea45907d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf35d95d-0d10-4033-9fb1-5d798712ea73], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58151062-135e-4688-9ea3-583373a62576], X-ECOMP-RequestID=[bf35d95d-0d10-4033-9fb1-5d798712ea73], X-TransactionId=[], X-ONAP-RequestID=[bf35d95d-0d10-4033-9fb1-5d798712ea73], Content-Type=[application/merge-patch+json]}
2022-07-01T07:17:01.623Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac9d57a-1d66-48ed-9da8-810862ce7cc9/model-vers/model-ver/ae2aeda8-b0db-4724-9b57-ae44ea45907d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T07:17:01.775Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac9d57a-1d66-48ed-9da8-810862ce7cc9/model-vers/model-ver/ae2aeda8-b0db-4724-9b57-ae44ea45907d?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/0ac9d57a-1d66-48ed-9da8-810862ce7cc9/model-vers/model-ver/ae2aeda8-b0db-4724-9b57-ae44ea45907d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220701-07:17:01:628-60425], vertex-id=[491656], Content-Length=[0], Date=[Fri, 01 Jul 2022 07:17:01 GMT], Content-Type=[application/json]}
2022-07-01T07:17:01.776Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac9d57a-1d66-48ed-9da8-810862ce7cc9/model-vers/model-ver/ae2aeda8-b0db-4724-9b57-ae44ea45907d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T07:17:01.777Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ac9d57a-1d66-48ed-9da8-810862ce7cc9/model-vers/model-ver/ae2aeda8-b0db-4724-9b57-ae44ea45907d?depth=0|INFO|500||InvokeReturn
2022-07-01T07:17:01.778Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T07:17:01.778Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:17:01.783Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T07:17:01.783Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf35d95d-0d10-4033-9fb1-5d798712ea73 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T07:17:01.784Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T07:17:01.784Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:01.786Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:01.787Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659821784,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:17:01.887Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:01.888Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:01.888Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:01.920Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:01.920Z||pool-133-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T07:17:02.798Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:17:02.798Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:17:02.798Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:17:06.590Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:17:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:06.674Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:06.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659646010,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:17:06.684Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9303c50-a131-4cce-9a01-14d9c0337998
2022-07-01T07:17:06.685Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9303c50-a131-4cce-9a01-14d9c0337998 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-01T07:17:06.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659643735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659638716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:17:06.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659647015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:06.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659643735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659643735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659643735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659643735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659643735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:17:06.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659652519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:06.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659654921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:06.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659657925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:06.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "clamp",
  "timestamp": 1656659658929,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:17:06.705Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b9303c50-a131-4cce-9a01-14d9c0337998
2022-07-01T07:17:06.705Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9303c50-a131-4cce-9a01-14d9c0337998 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:17:06.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659660038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:06.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "aai-ml",
  "timestamp": 1656659661042,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:17:06.718Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b9303c50-a131-4cce-9a01-14d9c0337998
2022-07-01T07:17:06.718Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9303c50-a131-4cce-9a01-14d9c0337998 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:17:06.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659655696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659654013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659660756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659660993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659654013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659655696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659660756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659660993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659655696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659654013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659660756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659660993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659654013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659655696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659660756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659660993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659665869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659654013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659655696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659660756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659660993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659665869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659654013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659655696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659660756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659660993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659665869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659654013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659655696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659660756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659660993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659665869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659654013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659655696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659660756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659668716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659660993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659665869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656659654013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659655696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659660756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659668716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659660993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:17:06.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659665869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659670906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:06.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659670524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:06.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659668716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659670800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:06.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659665869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:17:06.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659668716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "cds",
  "timestamp": 1656659672149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:17:06.751Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8106c4c4-85ef-491c-b860-aecf27866676
2022-07-01T07:17:06.751Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8106c4c4-85ef-491c-b860-aecf27866676 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:17:06.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659671804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:06.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659665869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659672310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659668716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "policy-id",
  "timestamp": 1656659672807,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:17:06.763Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8106c4c4-85ef-491c-b860-aecf27866676
2022-07-01T07:17:06.764Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8106c4c4-85ef-491c-b860-aecf27866676 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:17:06.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659665869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656659673314,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:17:06.776Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8106c4c4-85ef-491c-b860-aecf27866676
2022-07-01T07:17:06.776Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8106c4c4-85ef-491c-b860-aecf27866676 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:17:06.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659673735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659668716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659675635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:06.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659673735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659668716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659676655,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:06.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659673735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659668716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656659677658,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:17:06.798Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8106c4c4-85ef-491c-b860-aecf27866676
2022-07-01T07:17:06.799Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8106c4c4-85ef-491c-b860-aecf27866676 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:17:06.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659673735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659668716,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:17:06.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659673735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659673735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659673735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659673735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659673735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659683496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659688441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "aai-ml",
  "timestamp": 1656659689444,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:17:06.823Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8106c4c4-85ef-491c-b860-aecf27866676
2022-07-01T07:17:06.823Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8106c4c4-85ef-491c-b860-aecf27866676 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:17:06.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659689926,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:06.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659690943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:06.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:17:06.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T07:17:06.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "clamp",
  "timestamp": 1656659691946,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:17:06.838Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8106c4c4-85ef-491c-b860-aecf27866676
2022-07-01T07:17:06.838Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8106c4c4-85ef-491c-b860-aecf27866676 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:17:07.481Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:07.483Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T07:17:07.483Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b9303c50-a131-4cce-9a01-14d9c0337998","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3fcf1da2-06ca-4abd-83e4-af4cb8589bd2","serviceDescription":"service","serviceInvariantUUID":"f218d002-46b3-48b8-8334-336ad4599d7b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e24cc225-31cf-411c-baac-b355769555a5","resourceInvariantUUID":"06b1a133-5b1c-4d14-a3af-e7ce5723c5cb","resourceCustomizationUUID":"97e3ccc8-1fbe-49cf-bd46-461a4a864242","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":"MWI3NzBmODQxYzgyM2UyNDFhYjA0NGE5OTU2MGY1M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04189dc6-9965-4921-95ea-7ffa71ec1758","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":"NjE1NTI5ZDNhYTM4ZWZjZmQyNjUzMDIyNTQ1YjYyNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03ad8002-c3e3-4911-9e54-c789b673694e","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":"1acdda48-9f3d-44bf-a74f-65974460815f","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":"81c62510-a56b-4bb5-a215-8102d5832399","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":"003c0c7d-d114-4d49-b24c-f59a85d4ba90","artifactVersion":"2","generatedFromUUID":"1acdda48-9f3d-44bf-a74f-65974460815f"},{"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":"NTNlY2ZmNjc5NDE2NjUzMWU5NmEzODhiNTIyNjBlYWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"280204d0-76e2-4581-be32-9eec70bfa45f","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":"Y2NkZDc3NmI1NWQ3MGJlOTRhZjYwZTE3Y2FlZjU0MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5313e95-62ab-4cd6-9965-8a499a8f8bc2","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTE1OTQ1Y2U4NzVlZWE0YmQ2NTRmYTM1MjdhYjY0OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49d44844-65ac-4216-af4a-0d6b42608e9b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T07:17:07.485Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:07.486Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:07.488Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:07.488Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:07.588Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:07.589Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:07.589Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:07.603Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:07.603Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:08.488Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:08.489Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:08.491Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:08.491Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T07:17:08.591Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:08.592Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:08.593Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:08.608Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:08.609Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:09.492Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:09.493Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:09.495Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:09.495Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:17:09.595Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:09.596Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:09.596Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:09.611Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:09.611Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:17:10.495Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:10.496Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:10.499Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:10.499Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:10.599Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:10.600Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:10.600Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:10.613Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:10.614Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:11.499Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:11.500Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:11.502Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:11.502Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-01T07:17:11.602Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:17:11.603Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:11.603Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:11.621Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:11.622Z||pool-138-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:12.503Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:12.504Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:12.506Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:12.506Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:12.606Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:12.607Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:12.607Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:12.642Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:12.643Z||pool-139-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:13.507Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:13.508Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:13.510Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:13.510Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:13.610Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:13.611Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:13.611Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:13.625Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:13.626Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:14.511Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:14.511Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:14.513Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:14.514Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:17:14.614Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:14.615Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:14.615Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:14.636Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:14.636Z||pool-141-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:15.515Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3fcf1da2-06ca-4abd-83e4-af4cb8589bd2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f218d002-46b3-48b8-8334-336ad4599d7b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "97e3ccc8-1fbe-49cf-bd46-461a4a864242",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e24cc225-31cf-411c-baac-b355769555a5",
      "resourceInvariantUUID": "06b1a133-5b1c-4d14-a3af-e7ce5723c5cb",
      "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": "NjE1NTI5ZDNhYTM4ZWZjZmQyNjUzMDIyNTQ1YjYyNmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "03ad8002-c3e3-4911-9e54-c789b673694e",
          "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": "1acdda48-9f3d-44bf-a74f-65974460815f",
          "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": "003c0c7d-d114-4d49-b24c-f59a85d4ba90",
            "generatedFromUUID": "1acdda48-9f3d-44bf-a74f-65974460815f"
          },
          "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": "003c0c7d-d114-4d49-b24c-f59a85d4ba90",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTE1OTQ1Y2U4NzVlZWE0YmQ2NTRmYTM1MjdhYjY0OGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "49d44844-65ac-4216-af4a-0d6b42608e9b"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T07:17:15.516Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T07:17:15.516Z|bf35d95d-0d10-4033-9fb1-5d798712ea73|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3fcf1da2-06ca-4abd-83e4-af4cb8589bd2 ASDC
2022-07-01T07:17:15.516Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b9303c50-a131-4cce-9a01-14d9c0337998
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3fcf1da2-06ca-4abd-83e4-af4cb8589bd2
ServiceInvariantUUID:f218d002-46b3-48b8-8334-336ad4599d7b
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:49d44844-65ac-4216-af4a-0d6b42608e9b
ArtifactChecksum:NTE1OTQ1Y2U4NzVlZWE0YmQ2NTRmYTM1MjdhYjY0OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:97e3ccc8-1fbe-49cf-bd46-461a4a864242
ResourceInvariantUUID:06b1a133-5b1c-4d14-a3af-e7ce5723c5cb
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e24cc225-31cf-411c-baac-b355769555a5
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:03ad8002-c3e3-4911-9e54-c789b673694e
ArtifactChecksum:NjE1NTI5ZDNhYTM4ZWZjZmQyNjUzMDIyNTQ1YjYyNmU=
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:1acdda48-9f3d-44bf-a74f-65974460815f
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:003c0c7d-d114-4d49-b24c-f59a85d4ba90
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:003c0c7d-d114-4d49-b24c-f59a85d4ba90
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T07:17:15.517Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fcf1da2-06ca-4abd-83e4-af4cb8589bd2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T07:17:15.554Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T07:17:15.554Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-01T07:17:15.554Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-01T07:17:15.555Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 49d44844-65ac-4216-af4a-0d6b42608e9b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-01T07:17:15.555Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:17:15.555Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-01T07:17:15.710Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:17:15.714Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 49d44844-65ac-4216-af4a-0d6b42608e9b 78804
2022-07-01T07:17:15.715Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-01T07:17:15.715Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-01T07:17:15.715Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:17:15.715Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:15.717Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:15.718Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659835715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:15.817Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:17:15.818Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:15.819Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:15.852Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:15.852Z||pool-142-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:16.718Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T07:17:16.720Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-01T07:17:16.720Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 49d44844-65ac-4216-af4a-0d6b42608e9b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:16.720Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-01T07:17:16.721Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:16.721Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:16.877Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7636918313903363041/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-01T07:17:18.054Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T07:17:18.054Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-01T07:17:18.055Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:18.055Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-01T07:17:18.055Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:18.055Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:18.055Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:18.055Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:18.055Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:18.056Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:18.056Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:18.056Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:18.056Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T07:17:18.056Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-01T07:17:18.056Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.057Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:18.057Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T07:17:18.057Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-01T07:17:18.057Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T07:17:18.058Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.058Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:18.058Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T07:17:18.058Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-01T07:17:18.059Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T07:17:18.059Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.059Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:18.059Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.059Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-01T07:17:18.060Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-01T07:17:18.060Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-01T07:17:18.060Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-01T07:17:18.060Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-01T07:17:18.060Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T07:17:18.061Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.061Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T07:17:18.061Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.061Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T07:17:18.061Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:17:18.062Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.062Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T07:17:18.062Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:17:18.063Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.063Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T07:17:18.063Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:17:18.063Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.064Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-01T07:17:18.064Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-01T07:17:18.064Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-01T07:17:18.065Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bc26e68e-0275-46d7-a183-a801007dea42
2022-07-01T07:17:18.065Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.065Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:18.065Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.066Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:18.066Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.066Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:18.066Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:18.066Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:18.067Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3fcf1da2-06ca-4abd-83e4-af4cb8589bd2
Model Version:NULL
Model InvariantUuid:f218d002-46b3-48b8-8334-336ad4599d7b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4a62962e-1f49-4b3f-b959-f40002dd8daf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06b1a133-5b1c-4d14-a3af-e7ce5723c5cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97e3ccc8-1fbe-49cf-bd46-461a4a864242
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:178f22c8-6301-41c5-9a19-fb9cec4ea9ca
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8fe48dfe-96ee-4727-a98d-56c37c140c47
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bc26e68e-0275-46d7-a183-a801007dea42
ModelInvariantUuid:115bd5d8-9202-4445-835c-0a96816a1a14
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:26bdf602-44fa-4380-ad28-add2135f2555
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:97fa8fe3-7730-4eb5-a4f9-74ce57e518f3
ModelInvariantUuid:c9efdee0-c056-4662-a32a-12ad8d303324
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:8a02cdbd-6002-4139-9b00-28fe0aaeb2c6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T07:17:18.074Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e24cc225-31cf-411c-baac-b355769555a5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:17:18.076Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-07-01T07:17:18.076Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e24cc225-31cf-411c-baac-b355769555a5
2022-07-01T07:17:18.077Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 03ad8002-c3e3-4911-9e54-c789b673694e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-01T07:17:18.077Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:17:18.077Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-01T07:17:18.144Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:17:18.145Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 03ad8002-c3e3-4911-9e54-c789b673694e 792
2022-07-01T07:17:18.145Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-07-01T07:17:18.145Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-01T07:17:18.145Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:17:18.146Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:18.147Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:18.147Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659838145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:18.248Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:17:18.248Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:18.249Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:18.271Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:18.271Z||pool-143-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:19.148Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "178f22c8-6301-41c5-9a19-fb9cec4ea9ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8fe48dfe-96ee-4727-a98d-56c37c140c47",
    "vfModuleModelCustomizationUUID": "9b40532e-b2d1-4c6d-a6d6-c15e642d23bd",
    "isBase": true,
    "artifacts": [
      "1acdda48-9f3d-44bf-a74f-65974460815f",
      "003c0c7d-d114-4d49-b24c-f59a85d4ba90"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T07:17:19.152Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8fe48dfe-96ee-4727-a98d-56c37c140c47
VfModuleModelInvariantUUID:178f22c8-6301-41c5-9a19-fb9cec4ea9ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
1acdda48-9f3d-44bf-a74f-65974460815f
,
003c0c7d-d114-4d49-b24c-f59a85d4ba90

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

isBase:true


}

2022-07-01T07:17:19.154Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "178f22c8-6301-41c5-9a19-fb9cec4ea9ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8fe48dfe-96ee-4727-a98d-56c37c140c47",
    "vfModuleModelCustomizationUUID": "9b40532e-b2d1-4c6d-a6d6-c15e642d23bd",
    "isBase": true,
    "artifacts": [
      "1acdda48-9f3d-44bf-a74f-65974460815f",
      "003c0c7d-d114-4d49-b24c-f59a85d4ba90"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-01T07:17:19.154Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8fe48dfe-96ee-4727-a98d-56c37c140c47
VfModuleModelInvariantUUID:178f22c8-6301-41c5-9a19-fb9cec4ea9ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
1acdda48-9f3d-44bf-a74f-65974460815f
,
003c0c7d-d114-4d49-b24c-f59a85d4ba90

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

isBase:true


}

2022-07-01T07:17:19.154Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1acdda48-9f3d-44bf-a74f-65974460815f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-01T07:17:19.155Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:17:19.155Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-01T07:17:19.224Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:17:19.224Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1acdda48-9f3d-44bf-a74f-65974460815f 5033
2022-07-01T07:17:19.225Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-01T07:17:19.225Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-01T07:17:19.225Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:17:19.225Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:19.227Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:19.227Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659839225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:19.327Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:19.328Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:19.328Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:19.343Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:19.344Z||pool-144-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:20.227Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 003c0c7d-d114-4d49-b24c-f59a85d4ba90 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-01T07:17:20.228Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:17:20.228Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-01T07:17:20.319Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:17:20.320Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 003c0c7d-d114-4d49-b24c-f59a85d4ba90 903
2022-07-01T07:17:20.320Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-01T07:17:20.320Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-01T07:17:20.321Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:17:20.321Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:20.324Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:20.324Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659840320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:17:20.424Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:20.424Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:20.425Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:20.440Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:20.440Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:21.325Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3fcf1da2-06ca-4abd-83e4-af4cb8589bd2
2022-07-01T07:17:21.325Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e24cc225-31cf-411c-baac-b355769555a5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:17:21.339Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cf70487, org.onap.sdc.toscaparser.api.parameters.Input@26afdfeb, org.onap.sdc.toscaparser.api.parameters.Input@24e1b454, org.onap.sdc.toscaparser.api.parameters.Input@31ee4725, org.onap.sdc.toscaparser.api.parameters.Input@45c9bea3]
2022-07-01T07:17:21.340Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.340Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:21.341Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-07-01T07:17:21.341Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 97e3ccc8-1fbe-49cf-bd46-461a4a864242
2022-07-01T07:17:21.342Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97e3ccc8-1fbe-49cf-bd46-461a4a864242 matches Tosca VF Customization UUID: 97e3ccc8-1fbe-49cf-bd46-461a4a864242
2022-07-01T07:17:21.342Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 97e3ccc8-1fbe-49cf-bd46-461a4a864242  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-01T07:17:21.345Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.345Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:21.346Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 97e3ccc8-1fbe-49cf-bd46-461a4a864242: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-07-01T07:17:21.347Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77bf8b51
2022-07-01T07:17:21.347Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.347Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T07:17:21.348Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9b40532e-b2d1-4c6d-a6d6-c15e642d23bd
2022-07-01T07:17:21.348Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9b40532e-b2d1-4c6d-a6d6-c15e642d23bd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-01T07:17:21.351Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.352Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T07:17:21.352Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:17:21.353Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.353Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T07:17:21.353Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:17:21.354Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.354Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-01T07:17:21.354Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-01T07:17:21.355Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-01T07:17:21.355Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bc26e68e-0275-46d7-a183-a801007dea42
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-01T07:17:21.364Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.364Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T07:17:21.365Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T07:17:21.365Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.366Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T07:17:21.366Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=97e3ccc8-1fbe-49cf-bd46-461a4a864242
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:17:21.368Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.368Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:21.368Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3fcf1da2-06ca-4abd-83e4-af4cb8589bd2: basic_vm_macro
2022-07-01T07:17:21.368Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.369Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:21.369Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.369Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:21.370Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.370Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:21.371Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.371Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:21.371Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:17:21.372Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:17:21.372Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-01T07:17:21.463Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e24cc225-31cf-411c-baac-b355769555a5 1 ASDC deployResourceStructure
2022-07-01T07:17:21.464Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-07-01T07:17:21.464Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-01T07:17:21.464Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:17:21.465Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:21.466Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:21.467Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659841464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:21.567Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:17:21.567Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:21.567Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:21.587Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:21.587Z||pool-146-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:22.467Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-01T07:17:22.468Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-01T07:17:22.468Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:17:22.468Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:22.470Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:22.470Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659842467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:22.570Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:22.571Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:22.571Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:22.584Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:22.585Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:23.471Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-01T07:17:23.472Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-01T07:17:23.472Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:17:23.472Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:23.474Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:23.474Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659843471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:23.574Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:23.575Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:23.575Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:23.590Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:23.590Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:17:24.475Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-01T07:17:24.476Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-01T07:17:24.476Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:17:24.476Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:24.478Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:24.478Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659844475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:17:24.578Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:24.579Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:24.579Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:24.593Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:24.593Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:17:25.479Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9303c50-a131-4cce-9a01-14d9c0337998
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:17:25.488Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9303c50-a131-4cce-9a01-14d9c0337998
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:17:25.490Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:17:25.490Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T07:17:25.490Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T07:17:25.491Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T07:17:25.491Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:17:25.491Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:17:25.491Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:17:25.491Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:17:25.491Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:17:25.491Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:17:25.491Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:17:25.496Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T07:17:55.496Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b9303c50-a131-4cce-9a01-14d9c0337998 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T07:17:55.506Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b9303c50-a131-4cce-9a01-14d9c0337998 and serviceModelVersionId: 3fcf1da2-06ca-4abd-83e4-af4cb8589bd2
2022-07-01T07:17:55.506Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f218d002-46b3-48b8-8334-336ad4599d7b
2022-07-01T07:17:55.507Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f218d002-46b3-48b8-8334-336ad4599d7b/model-vers/model-ver/3fcf1da2-06ca-4abd-83e4-af4cb8589bd2?depth=0
2022-07-01T07:17:55.510Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T07:17:55.540Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f218d002-46b3-48b8-8334-336ad4599d7b/model-vers/model-ver/3fcf1da2-06ca-4abd-83e4-af4cb8589bd2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-01T07:17:55.540Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f218d002-46b3-48b8-8334-336ad4599d7b/model-vers/model-ver/3fcf1da2-06ca-4abd-83e4-af4cb8589bd2?depth=0|INFO|500||Invoke
2022-07-01T07:17:55.557Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f218d002-46b3-48b8-8334-336ad4599d7b/model-vers/model-ver/3fcf1da2-06ca-4abd-83e4-af4cb8589bd2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T07:17:55.658Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f218d002-46b3-48b8-8334-336ad4599d7b/model-vers/model-ver/3fcf1da2-06ca-4abd-83e4-af4cb8589bd2?depth=0|INFO|500||InvokeReturn
2022-07-01T07:17:55.658Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f218d002-46b3-48b8-8334-336ad4599d7b/model-vers/model-ver/3fcf1da2-06ca-4abd-83e4-af4cb8589bd2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-07:17:55:564-35111], vertex-id=[774392], Content-Length=[0], Date=[Fri, 01 Jul 2022 07:17:55 GMT], Content-Type=[application/json]}
2022-07-01T07:17:55.659Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-07-01T07:17:55.666Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T07:17:55.666Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:17:55.671Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T07:17:55.671Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b9303c50-a131-4cce-9a01-14d9c0337998 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T07:17:55.671Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T07:17:55.671Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:55.673Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:55.673Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659875671,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:17:55.777Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-01T07:17:55.778Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:55.779Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:55.808Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:55.809Z||pool-150-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T07:17:56.687Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-01T07:17:56.687Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8106c4c4-85ef-491c-b860-aecf27866676","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e2fd96cf-c25c-429f-bee3-b76b51743c39","serviceDescription":"service","serviceInvariantUUID":"a1a76740-860a-4bf2-a9ea-45b172b91909","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"80c227b0-c070-489b-a5b0-44cc187960f7","resourceInvariantUUID":"a09a0245-cf67-477b-aa30-71c40cb932b8","resourceCustomizationUUID":"8ee86462-9318-4e52-ab79-3b9bcea06d88","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":"ZTRjMzM1ZWRjZmQ4YTQ5ZWI3MzVhZDA4ZThjMjRmYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0dec2b7-bcc8-48c9-8237-be94fec2e957","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":"f3dfe938-3495-4e35-8fcd-bc5d71ea4254","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":"d8b6b2b5-7501-4611-868e-2dbb3c0ce37b","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":"YjBhMThiODg2YzgyZmMyYTRkZTg0OGUzYmMxODlkMTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"945a9d8c-1a96-45bc-8fd8-9dfde6b62603","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":"976afdaf-dc3a-4786-9b73-90e0bbf50564","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":"bfdae1a7-056b-4a26-8ca7-05e134447694","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":"f9226d05-1dd3-4cf6-aeb9-90b4bb1a9208","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":"MDQ0YWY4ZWZkNTZlOTcyZGM3ZTBiNjc4MzJiN2Q4Mjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee569f9d-736b-4f07-9145-830181a92d95","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDM0NzNlOTkyZjFjN2Y0ZGY0N2ZhMDg5YTljZDY1MjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"552d05b8-7ce4-4c65-8af6-7d838425707f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T07:17:56.688Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:56.688Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:56.689Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:56.690Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:56.790Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:56.790Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:56.791Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:56.828Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:56.829Z||pool-151-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:57.690Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:57.691Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:57.693Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:57.693Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:57.793Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:57.794Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:57.794Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:57.810Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:57.810Z||pool-152-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:58.694Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:58.694Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:58.696Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:58.696Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:58.796Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:58.797Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:58.797Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:58.812Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:58.812Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:17:59.696Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:17:59.697Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:17:59.699Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:17:59.699Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:17:59.799Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:17:59.800Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:17:59.800Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:17:59.815Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:17:59.815Z||pool-154-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:18:00.700Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:18:00.700Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:18:00.702Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:18:00.702Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:18:00.802Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:18:00.803Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:18:00.803Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:00.818Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:00.818Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:18:01.703Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:18:01.703Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:18:01.705Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:18:01.705Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:18:01.805Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:18:01.806Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:18:01.806Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:01.826Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:01.826Z||pool-156-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:18:02.706Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:18:02.706Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:18:02.708Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:18:02.708Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:18:02.809Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T07:18:02.810Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:18:02.810Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:02.823Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:02.824Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:18:03.709Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:18:03.709Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:18:03.711Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:18:03.711Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:18:03.812Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:18:03.812Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:18:03.813Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:03.828Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:03.829Z||pool-158-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:18:04.712Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T07:18:04.713Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:18:04.715Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:18:04.715Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:18:04.818Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-01T07:18:04.819Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:18:04.819Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:04.837Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:04.837Z||pool-159-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-01T07:18:05.716Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e2fd96cf-c25c-429f-bee3-b76b51743c39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a1a76740-860a-4bf2-a9ea-45b172b91909",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "8ee86462-9318-4e52-ab79-3b9bcea06d88",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "80c227b0-c070-489b-a5b0-44cc187960f7",
      "resourceInvariantUUID": "a09a0245-cf67-477b-aa30-71c40cb932b8",
      "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": "MDM0NzNlOTkyZjFjN2Y0ZGY0N2ZhMDg5YTljZDY1MjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "552d05b8-7ce4-4c65-8af6-7d838425707f"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T07:18:05.717Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T07:18:05.717Z|b9303c50-a131-4cce-9a01-14d9c0337998|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e2fd96cf-c25c-429f-bee3-b76b51743c39 ASDC
2022-07-01T07:18:05.717Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8106c4c4-85ef-491c-b860-aecf27866676
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e2fd96cf-c25c-429f-bee3-b76b51743c39
ServiceInvariantUUID:a1a76740-860a-4bf2-a9ea-45b172b91909
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:552d05b8-7ce4-4c65-8af6-7d838425707f
ArtifactChecksum:MDM0NzNlOTkyZjFjN2Y0ZGY0N2ZhMDg5YTljZDY1MjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:8ee86462-9318-4e52-ab79-3b9bcea06d88
ResourceInvariantUUID:a09a0245-cf67-477b-aa30-71c40cb932b8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:80c227b0-c070-489b-a5b0-44cc187960f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-01T07:18:05.718Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2fd96cf-c25c-429f-bee3-b76b51743c39 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T07:18:05.739Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T07:18:05.740Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-01T07:18:05.740Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-01T07:18:05.740Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 552d05b8-7ce4-4c65-8af6-7d838425707f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-01T07:18:05.740Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-01T07:18:05.740Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-01T07:18:05.949Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-01T07:18:05.953Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 552d05b8-7ce4-4c65-8af6-7d838425707f 105666
2022-07-01T07:18:05.954Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-01T07:18:05.954Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-01T07:18:05.954Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T07:18:05.954Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:18:05.956Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:18:05.956Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659885954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:18:06.056Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T07:18:06.057Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:18:06.057Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:06.076Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:06.076Z||pool-160-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:18:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:18:06.590Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:18:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:06.638Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:06.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:18:06.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf35d95d-0d10-4033-9fb1-5d798712ea73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659821784,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:18:06.639Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:18:06.957Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T07:18:06.958Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-01T07:18:06.958Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 552d05b8-7ce4-4c65-8af6-7d838425707f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:06.958Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-01T07:18:06.959Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:06.959Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:07.058Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4051136697618566953/Definitions/service-TestPnfMacro-template.yml
2022-07-01T07:18:07.691Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T07:18:07.691Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-01T07:18:07.691Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:07.691Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-01T07:18:07.691Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:07.692Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:07.692Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:07.692Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:07.692Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:07.692Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:07.692Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T07:18:07.692Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-01T07:18:07.692Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:18:07.692Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:18:07.692Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-01T07:18:07.693Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-01T07:18:07.693Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T07:18:07.693Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:18:07.693Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:18:07.693Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-01T07:18:07.693Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-01T07:18:07.693Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T07:18:07.694Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:18:07.694Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:18:07.694Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:18:07.694Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:18:07.694Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:18:07.694Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:18:07.694Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:18:07.694Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:18:07.695Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:18:07.695Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:18:07.695Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e2fd96cf-c25c-429f-bee3-b76b51743c39
Model Version:NULL
Model InvariantUuid:a1a76740-860a-4bf2-a9ea-45b172b91909
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-01T07:18:07.700Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 80c227b0-c070-489b-a5b0-44cc187960f7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:18:07.702Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-07-01T07:18:07.702Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 80c227b0-c070-489b-a5b0-44cc187960f7
2022-07-01T07:18:07.703Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e2fd96cf-c25c-429f-bee3-b76b51743c39
2022-07-01T07:18:07.703Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e2fd96cf-c25c-429f-bee3-b76b51743c39
2022-07-01T07:18:07.703Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 80c227b0-c070-489b-a5b0-44cc187960f7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:18:07.706Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4da9a44d, org.onap.sdc.toscaparser.api.parameters.Input@736342d9, org.onap.sdc.toscaparser.api.parameters.Input@5ec0c0f5, org.onap.sdc.toscaparser.api.parameters.Input@292722db, org.onap.sdc.toscaparser.api.parameters.Input@292c607e]
2022-07-01T07:18:07.707Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:18:07.707Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:18:07.707Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e2fd96cf-c25c-429f-bee3-b76b51743c39: test-pnf
2022-07-01T07:18:07.707Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||Processing PNF resource: 80c227b0-c070-489b-a5b0-44cc187960f7
2022-07-01T07:18:07.707Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T07:18:07.707Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T07:18:07.707Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||Resource customization UUID: 8ee86462-9318-4e52-ab79-3b9bcea06d88 is the same as notified resource customizationUUID: 8ee86462-9318-4e52-ab79-3b9bcea06d88
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-01T07:18:07.737Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 80c227b0-c070-489b-a5b0-44cc187960f7 0 ASDC deployResourceStructure
2022-07-01T07:18:07.737Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-01T07:18:07.737Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-01T07:18:07.737Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T07:18:07.737Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:18:07.739Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:18:07.739Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659887737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:18:07.840Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T07:18:07.841Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:18:07.841Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:07.856Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:07.857Z||pool-161-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T07:18:08.740Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8106c4c4-85ef-491c-b860-aecf27866676
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:18:08.750Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8106c4c4-85ef-491c-b860-aecf27866676
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T07:18:08.753Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T07:18:08.753Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T07:18:08.753Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T07:18:08.753Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T07:18:08.754Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:18:08.754Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:18:08.754Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:18:08.754Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:18:08.754Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:18:08.754Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:18:08.755Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T07:18:08.755Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T07:18:08.760Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T07:18:38.760Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8106c4c4-85ef-491c-b860-aecf27866676 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-01T07:18:38.767Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8106c4c4-85ef-491c-b860-aecf27866676 and serviceModelVersionId: e2fd96cf-c25c-429f-bee3-b76b51743c39
2022-07-01T07:18:38.767Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1a76740-860a-4bf2-a9ea-45b172b91909
2022-07-01T07:18:38.768Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1a76740-860a-4bf2-a9ea-45b172b91909/model-vers/model-ver/e2fd96cf-c25c-429f-bee3-b76b51743c39?depth=0
2022-07-01T07:18:38.772Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T07:18:38.817Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1a76740-860a-4bf2-a9ea-45b172b91909/model-vers/model-ver/e2fd96cf-c25c-429f-bee3-b76b51743c39?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-01T07:18:38.818Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1a76740-860a-4bf2-a9ea-45b172b91909/model-vers/model-ver/e2fd96cf-c25c-429f-bee3-b76b51743c39?depth=0|INFO|500||Invoke
2022-07-01T07:18:38.843Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1a76740-860a-4bf2-a9ea-45b172b91909/model-vers/model-ver/e2fd96cf-c25c-429f-bee3-b76b51743c39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T07:18:39.099Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1a76740-860a-4bf2-a9ea-45b172b91909/model-vers/model-ver/e2fd96cf-c25c-429f-bee3-b76b51743c39?depth=0|INFO|500||InvokeReturn
2022-07-01T07:18:39.102Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1a76740-860a-4bf2-a9ea-45b172b91909/model-vers/model-ver/e2fd96cf-c25c-429f-bee3-b76b51743c39?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-07:18:38:852-46841], vertex-id=[516232], Content-Length=[0], Date=[Fri, 01 Jul 2022 07:18:38 GMT], Content-Type=[application/json]}
2022-07-01T07:18:39.102Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-07-01T07:18:39.103Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T07:18:39.103Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T07:18:39.108Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T07:18:39.109Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8106c4c4-85ef-491c-b860-aecf27866676 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T07:18:39.109Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T07:18:39.109Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-01T07:18:39.111Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T07:18:39.111Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659919109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:18:39.212Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T07:18:39.213Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T07:18:39.213Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:39.234Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:39.235Z||pool-162-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T07:18:40.123Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:18:40.123Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:18:40.124Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:49.678Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:49.678Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:18:49.679Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:18:49.679Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:18:59.250Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:18:59.251Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:18:59.251Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:18:59.251Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:19:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:19:06.590Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:19:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:19:06.640Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:19:06.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T07:19:06.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:19:06.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659835715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659838145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659839225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659840320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659841464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659842467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659843471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659844475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9303c50-a131-4cce-9a01-14d9c0337998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659875671,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:19:06.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659822798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T07:19:06.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T07:19:06.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T07:19:06.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659885954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T07:19:06.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:19:08.835Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:19:08.835Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:19:08.836Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:19:08.836Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:19:18.433Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:19:18.434Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:19:18.435Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:19:18.435Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:19:28.016Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:20:06.586Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:20:06.588Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:20:06.588Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:20:06.589Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:20:06.590Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:20:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:20:07.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:20:07.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T07:20:07.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659887737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T07:20:07.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:20:07.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T07:20:07.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8106c4c4-85ef-491c-b860-aecf27866676",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656659919109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T07:20:07.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T07:20:16.155Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:21:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:21:06.586Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:21:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:21:06.589Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:21:06.590Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:21:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:21:16.142Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:21:16.143Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:22:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:22:06.586Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:22:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:22:06.589Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:22:06.589Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:22:06.590Z|60312375-6490-4268-b6b1-f35a4d8fbded|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:22:16.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:22:16.139Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:23:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:23:06.586Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:23:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:23:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:23:06.590Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:23:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:23:16.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:23:16.136Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:24:06.585Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:24:06.586Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:24:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:24:06.589Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:24:06.589Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:24:06.590Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:24:16.139Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:24:16.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:25:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:25:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:25:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:25:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:25:06.589Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:25:06.589Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:25:16.137Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:25:16.143Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:26:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:26:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:26:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:26:06.589Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:26:06.590Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:26:06.590Z|60312375-6490-4268-b6b1-f35a4d8fbded|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:26:16.153Z|60312375-6490-4268-b6b1-f35a4d8fbded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:26:16.162Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:27:06.586Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:27:06.588Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:27:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:27:06.589Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:27:06.589Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:27:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:27:16.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:27:16.148Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:28:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:28:06.587Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:28:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:28:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:28:06.590Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:28:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:28:16.142Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:28:16.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:29:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:29:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:29:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:29:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:29:06.590Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:29:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:29:16.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:29:16.142Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:30:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:30:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:30:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:30:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:30:06.589Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:30:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:30:16.152Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:30:16.163Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:31:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:31:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:31:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:31:06.589Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:31:06.589Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:31:06.589Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:31:16.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:31:16.141Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:32:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:32:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:32:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:32:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:32:06.590Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:32:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:32:16.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:32:16.137Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:33:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:33:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:33:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:33:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:33:06.590Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:33:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:33:16.149Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:33:16.156Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:34:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:34:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:34:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:34:06.589Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:34:06.590Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:34:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:34:16.142Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:34:16.151Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:35:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:35:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:35:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:35:06.589Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:35:06.589Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:35:06.589Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:35:16.143Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:35:16.145Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:36:06.586Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:36:06.588Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:36:06.588Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:36:06.589Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:36:06.590Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:36:06.590Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:36:16.145Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:36:16.145Z|c3ce301c-3887-4ff1-b596-8a6e20840ef1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:37:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:37:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:37:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:37:06.589Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:37:06.590Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:37:06.590Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:37:16.138Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:37:16.139Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:38:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:38:06.587Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:38:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:38:06.589Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:38:06.590Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:38:06.590Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:38:16.195Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:38:16.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:39:06.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:39:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:39:06.587Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:39:06.589Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:39:06.590Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:39:06.590Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:39:16.149Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:39:16.154Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:40:06.586Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:40:06.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:40:06.586Z||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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:40:06.589Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T07:40:06.589Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-01T07:40:06.590Z|8106c4c4-85ef-491c-b860-aecf27866676|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 eK9Kvb2NxYG4vSax) ...
2022-07-01T07:40:16.138Z|8106c4c4-85ef-491c-b860-aecf27866676|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T07:40:16.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK