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-03T03:41:32.044Z||main|||||INFO|500||The following profiles are active: basic
2022-07-03T03:41:44.475Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-03T03:41:44.475Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-03T03:41:44.592Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-03T03:41:48.708Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-03T03:41:49.100Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-03T03:41:49.555Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-03T03:41:49.564Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-03T03:41:49.695Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-03T03:41:49.934Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-03T03:41:50.639Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-03T03:41:52.632Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-03T03:41:55.154Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-03T03:41:55.245Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-03T03:41:56.013Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-03T03:41:56.316Z||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-03T03:41:57.527Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-03T03:41:58.583Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-03T03:41:58.601Z||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$$9ade955a.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-03T03:41:58.602Z||main|||||WARN|500||The sdc end point is not alive
2022-07-03T03:42:01.518Z||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-03T03:42:04.550Z||main|||||WARN|500||---
2022-07-03T03:42:04.550Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-03T03:42:04.551Z||main|||||WARN|500||---
2022-07-03T03:42:05.060Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-03T03:42:09.702Z||main|||||INFO|500||Started Application in 41.031 seconds (JVM running for 43.472)
2022-07-03T03:42:09.717Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T03:42:09.720Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T03:42:09.731Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T03:42:09.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T03:42:09.799Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5dd67f9-3756-4759-ab23-34fb0e87497f url= /sdc/v1/artifactTypes
2022-07-03T03:42:09.800Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T03:42:10.893Z||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.47.58] 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$$afaf7257.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-03T03:42:10.899Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6435e7ab
2022-07-03T03:42:10.900Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-03T03:42:10.916Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-03T03:42:10.919Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-03T03:42:10.922Z||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$$afaf7257.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-03T03:42:59.697Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T03:42:59.698Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T03:42:59.699Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T03:42:59.702Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T03:42:59.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80e82189-6527-4e9d-ad32-660f3013db81 url= /sdc/v1/artifactTypes
2022-07-03T03:42:59.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T03:43:00.752Z||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.47.58] 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$$afaf7257.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-03T03:43:00.754Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@779e77f7
2022-07-03T03:43:00.754Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-03T03:43:00.754Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-03T03:43:00.755Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-03T03:43:00.755Z||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$$afaf7257.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-03T03:43:49.698Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T03:43:49.699Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T03:43:49.699Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T03:43:49.703Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T03:43:49.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 800302b8-aa4a-41b2-8884-49413ae5feb2 url= /sdc/v1/artifactTypes
2022-07-03T03:43:49.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T03:43:50.738Z||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.47.58] 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$$afaf7257.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-03T03:43:50.739Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a794d54
2022-07-03T03:43:50.740Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-03T03:43:50.740Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-03T03:43:50.741Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-03T03:43:50.742Z||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$$afaf7257.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-03T03:44:39.698Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T03:44:39.701Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T03:44:39.701Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T03:44:39.706Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T03:44:39.713Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54cf0722-6f4d-4602-9911-71d421694197 url= /sdc/v1/artifactTypes
2022-07-03T03:44:39.714Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T03:44:40.755Z||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.47.58] 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$$afaf7257.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-03T03:44:40.756Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53d10eda
2022-07-03T03:44:40.756Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-03T03:44:40.757Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-03T03:44:40.757Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-03T03:44:40.759Z||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$$afaf7257.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-03T03:45:29.699Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T03:45:29.699Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T03:45:29.700Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T03:45:29.703Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T03:45:29.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce475bbf-be10-4598-b9ff-a6e16c6afa63 url= /sdc/v1/artifactTypes
2022-07-03T03:45:29.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T03:45:29.939Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-03T03:45:29.999Z||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-03T03:45:30.040Z||scheduling-1|||||DEBUG|500||create keys
2022-07-03T03:45:30.048Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-03T03:45:30.114Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:45:30.135Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9d462f4a-8644-4251-9335-2d31af89e43e url= /sdc/v1/registerForDistribution
2022-07-03T03:45:30.312Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9d462f4a-8644-4251-9335-2d31af89e43e url= /sdc/v1/registerForDistribution
2022-07-03T03:45:30.312Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-03T03:45:30.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:45:30.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:45:30.330Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-03T03:45:30.339Z||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-03T03:45:30.340Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:45:30.340Z||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-03T03:45:30.340Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:45:40.774Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:45:40.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:46:30.319Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:46:30.321Z||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-03T03:46:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:46:30.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:46:30.325Z||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-03T03:46:30.326Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:46:39.924Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:46:39.925Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:47:30.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:47:30.321Z||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-03T03:47:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:47:30.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:47:30.325Z||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-03T03:47:30.326Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:47:39.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:47:39.915Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:48:30.319Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:48:30.321Z||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-03T03:48:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:48:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:48:30.323Z||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-03T03:48:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:48:39.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:48:39.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:49:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:49:30.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:49:30.323Z||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-03T03:49:30.323Z||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-03T03:49:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:49:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:49:39.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:49:39.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:50:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:50:30.321Z||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-03T03:50:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:50:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:50:30.322Z||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-03T03:50:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:50:39.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:50:39.921Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:51:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:51:30.321Z||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-03T03:51:30.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:51:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:51:30.323Z||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-03T03:51:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:51:39.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:51:39.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:51:42.294Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-03T03:52:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:52:30.321Z||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-03T03:52:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:52:30.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:52:30.323Z||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-03T03:52:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:52:39.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:52:39.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:53:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:53:30.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:53:30.329Z||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-03T03:53:30.329Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:53:30.329Z||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-03T03:53:30.330Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:53:39.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:53:39.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:54:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:54:30.321Z||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-03T03:54:30.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:54:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:54:30.323Z||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-03T03:54:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:54:39.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:54:39.938Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:55:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:55:30.322Z||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-03T03:55:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:55:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:55:30.323Z||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-03T03:55:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:55:39.887Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:55:39.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:56:30.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:56:30.321Z||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-03T03:56:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:56:30.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:56:30.323Z||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-03T03:56:30.329Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:56:39.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:56:39.880Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:57:30.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:57:30.321Z||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-03T03:57:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:57:30.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:57:30.323Z||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-03T03:57:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:57:39.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:57:39.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:58:30.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:58:30.320Z||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-03T03:58:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:58:30.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:58:30.323Z||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-03T03:58:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:58:39.888Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:58:39.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:59:30.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:59:30.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T03:59:30.324Z||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-03T03:59:30.324Z||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-03T03:59:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:59:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T03:59:39.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T03:59:39.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:00:30.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:00:30.322Z||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-03T04:00:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:00:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:00:30.322Z||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-03T04:00:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:00:39.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:00:39.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:01:30.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:01:30.321Z||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-03T04:01:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:01:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:01:30.322Z||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-03T04:01:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:01:39.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:01:39.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:02:30.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:02:30.320Z||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-03T04:02:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:02:30.328Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:02:30.329Z||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-03T04:02:30.329Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:02:39.886Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:02:39.887Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:03:30.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:03:30.320Z||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-03T04:03:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:03:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:03:30.323Z||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-03T04:03:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:03:39.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:03:39.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:04:30.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:04:30.321Z||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-03T04:04:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:04:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:04:30.322Z||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-03T04:04:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:04:39.879Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:04:39.880Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:05:30.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:05:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:05:30.323Z||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-03T04:05:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:05:30.323Z||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-03T04:05:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:05:39.890Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:05:39.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:06:30.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:06:30.321Z||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-03T04:06:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:06:30.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:06:30.324Z||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-03T04:06:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:06:39.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:06:39.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:07:30.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:07:30.321Z||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-03T04:07:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:07:30.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:07:30.322Z||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-03T04:07:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:07:39.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:07:39.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:08:30.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:08:30.321Z||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-03T04:08:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:08:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:08:30.323Z||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-03T04:08:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:08:39.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:08:39.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:09:30.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:09:30.320Z||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-03T04:09:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:09:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:09:30.322Z||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-03T04:09:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:09:39.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:09:39.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:10:30.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:10:30.321Z||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-03T04:10:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:10:30.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:10:30.323Z||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-03T04:10:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:10:39.872Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:10:39.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:11:30.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:11:30.321Z||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-03T04:11:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:11:30.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:11:30.323Z||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-03T04:11:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:11:39.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:11:39.876Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:12:30.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:12:30.321Z||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-03T04:12:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:12:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:12:30.322Z||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-03T04:12:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:12:39.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:12:39.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:13:30.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:13:30.321Z||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-03T04:13:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:13:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:13:30.322Z||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-03T04:13:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:13:39.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:13:39.888Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:14:30.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:14:30.320Z||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-03T04:14:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:14:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:14:30.323Z||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-03T04:14:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:14:39.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:14:39.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:15:30.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:15:30.321Z||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-03T04:15:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:15:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:15:30.323Z||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-03T04:15:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:15:39.868Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:15:39.871Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:16:30.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:16:30.320Z||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-03T04:16:30.320Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:16:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:16:30.322Z||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-03T04:16:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:16:39.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:16:39.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:17:30.321Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:17:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:17:30.327Z||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-03T04:17:30.327Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:17:30.327Z||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-03T04:17:30.328Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:17:39.888Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:17:39.895Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:18:30.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:18:30.321Z||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-03T04:18:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:18:30.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:18:30.325Z||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-03T04:18:30.326Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:18:39.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:18:39.882Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:19:30.319Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:19:30.321Z||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-03T04:19:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:19:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:19:30.323Z||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-03T04:19:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:19:39.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:19:39.882Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:20:30.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:20:30.320Z||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-03T04:20:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:20:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:20:30.323Z||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-03T04:20:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:20:39.876Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:20:39.877Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:21:30.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:21:30.321Z||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-03T04:21:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:21:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:21:30.323Z||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-03T04:21:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:21:39.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:21:39.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:22:30.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:22:30.321Z||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-03T04:22:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:22:30.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:22:30.322Z||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-03T04:22:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:22:39.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:22:39.889Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:23:30.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:23:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:23:30.323Z||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-03T04:23:30.323Z||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-03T04:23:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:23:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:23:39.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:23:39.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:24:30.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:24:30.321Z||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-03T04:24:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:24:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:24:30.322Z||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-03T04:24:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:24:39.884Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:24:39.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:25:30.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:25:30.321Z||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-03T04:25:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:25:30.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:25:30.323Z||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-03T04:25:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:25:39.872Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:25:39.873Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:26:30.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:26:30.321Z||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-03T04:26:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:26:30.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:26:30.322Z||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-03T04:26:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:26:39.871Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:26:39.872Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:27:30.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:27:30.321Z||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-03T04:27:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:27:30.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:27:30.323Z||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-03T04:27:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:27:39.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:27:39.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:28:30.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:28:30.320Z||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-03T04:28:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:28:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:28:30.323Z||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-03T04:28:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:28:39.873Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:28:39.875Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:29:30.321Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:29:30.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:29:30.325Z||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-03T04:29:30.325Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:29:30.325Z||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-03T04:29:30.326Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:29:39.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:29:39.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:30:30.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:30:30.321Z||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-03T04:30:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:30:30.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:30:30.323Z||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-03T04:30:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:30:39.868Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:30:39.869Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:31:30.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:31:30.321Z||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-03T04:31:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:31:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:31:30.323Z||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-03T04:31:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:31:39.871Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:31:39.871Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:32:30.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:32:30.321Z||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-03T04:32:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:32:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:32:30.323Z||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-03T04:32:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:32:39.883Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:32:39.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:33:30.320Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:33:30.321Z||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-03T04:33:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:33:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:33:30.323Z||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-03T04:33:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:33:39.878Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:33:39.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:34:30.321Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:34:30.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:34:30.327Z||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-03T04:34:30.327Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:34:30.327Z||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-03T04:34:30.328Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:34:39.900Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:34:39.927Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:30.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:35:30.321Z||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-03T04:35:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:35:30.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:35:30.323Z||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-03T04:35:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:35:30.973Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:30.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:35:30.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5d95515-c506-4443-9cac-275e211ab68c","serviceName":"vFW 2022-07-03 04-33-49","serviceVersion":"1.0","serviceUUID":"6c0fc4b6-d5df-42b4-8078-388f5677e17d","serviceDescription":"catalog service description","serviceInvariantUUID":"f76f27e6-4f1a-4fd0-98ed-026a48de46a2","resources":[{"resourceInstanceName":"vFW ce82c8ca-0b9f 0","resourceName":"vFW ce82c8ca-0b9f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"886d5947-5ed9-4a46-8aef-727f7d537118","resourceInvariantUUID":"c35db69f-ef5c-45bc-a202-d15ce4a3affa","resourceCustomizationUUID":"31d0c903-706b-407d-a038-ca7d7712456b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vf-license-model.xml","artifactChecksum":"OTA0YjY1YTQxMjlmZjljOWU3ZWFhNmExNTliMjFlZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c3d2ef6-5e69-407f-8669-e4433d7ab2ec","artifactVersion":"1"},{"artifactName":"vfwce82c8ca0b9f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json","artifactChecksum":"OWU5MDhlNjJmNjI4NjRhZmY4N2Q0MmU5MWZiZTMwNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f920c6e-c4cb-4af6-a36b-0f23b33df63a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"53730a3e-7308-4283-8cd5-be088c947f61","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzIxNjQ5ZDY4ZDkwNmI0YTFmMDFjZmE5MjAyNjIzNmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9339af63-6aa8-4637-b17f-b731a32f03c9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d1b03456-9e19-4cda-a094-f1780c157e75","artifactVersion":"2","generatedFromUUID":"53730a3e-7308-4283-8cd5-be088c947f61"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220703043349-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-template.yml","artifactChecksum":"MzRiMzY1ZDI2YzgxNjZmMzZmNTkzYTk5YmQwYTk4ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb2b0440-1446-4bae-a812-48d6738fe331","artifactVersion":"1"},{"artifactName":"service-Vfw20220703043349-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar","artifactChecksum":"YmQ0YjRmZWY0OTE0YTg5NzkzYmM5NGI1NTlhNmY4ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4e2c603-2ae0-413b-8814-e41d6d7dd24e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T04:35:30.988Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:30.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:30.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822880437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.011Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:35:31.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822880437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822880437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822880437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "cds",
  "timestamp": 1656822892716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822880437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "cds",
  "timestamp": 1656822892716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822880437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "policy-id",
  "timestamp": 1656822893995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656822894284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "cds",
  "timestamp": 1656822892716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822880437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "policy-id",
  "timestamp": 1656822893995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656822894284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "cds",
  "timestamp": 1656822892716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822896811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:31.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:35:31.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "policy-id",
  "timestamp": 1656822893995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:31.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656822894284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656822897347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "cds",
  "timestamp": 1656822892716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822897890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:31.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:35:31.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "policy-id",
  "timestamp": 1656822893995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656822894284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656822897347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "cds",
  "timestamp": 1656822892716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "policy-id",
  "timestamp": 1656822893995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822899023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:31.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:35:31.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656822894284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656822897347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "cds",
  "timestamp": 1656822892716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "policy-id",
  "timestamp": 1656822893995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822900090,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-07-03T04:35:31.066Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:31.066Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/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=?
2022-07-03T04:35:31.166Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-03T04:35:31.170Z||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-03T04:35:31.171Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:31.184Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:31.185Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 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-03T04:35:31.289Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5d95515-c506-4443-9cac-275e211ab68c
2022-07-03T04:35:31.316Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5d95515-c506-4443-9cac-275e211ab68c 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-03T04:35:31.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656822894284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656822897347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "cds",
  "timestamp": 1656822900615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:31.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:35:31.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "policy-id",
  "timestamp": 1656822893995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656822901094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:35:31.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:35:31.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656822894284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656822897347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "cds",
  "timestamp": 1656822901633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-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-03T04:35:31.372Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5d95515-c506-4443-9cac-275e211ab68c
2022-07-03T04:35:31.372Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5d95515-c506-4443-9cac-275e211ab68c 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-03T04:35:31.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "policy-id",
  "timestamp": 1656822901813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:31.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:35:31.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656822902153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:31.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:35:31.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656822897347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "policy-id",
  "timestamp": 1656822902826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:35:31.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:35:31.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656822897347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "policy-id",
  "timestamp": 1656822903830,
  "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-03T04:35:31.391Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5d95515-c506-4443-9cac-275e211ab68c
2022-07-03T04:35:31.391Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5d95515-c506-4443-9cac-275e211ab68c 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-03T04:35:31.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656822907378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:35:31.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:35:31.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656822908383,
  "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-03T04:35:31.407Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5d95515-c506-4443-9cac-275e211ab68c
2022-07-03T04:35:31.408Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5d95515-c506-4443-9cac-275e211ab68c 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-03T04:35:31.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "clamp",
  "timestamp": 1656822908938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "aai-ml",
  "timestamp": 1656822908767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "clamp",
  "timestamp": 1656822908938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "aai-ml",
  "timestamp": 1656822908767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "clamp",
  "timestamp": 1656822908938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "aai-ml",
  "timestamp": 1656822908767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "clamp",
  "timestamp": 1656822908938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "aai-ml",
  "timestamp": 1656822908767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "clamp",
  "timestamp": 1656822908938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "aai-ml",
  "timestamp": 1656822908767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "clamp",
  "timestamp": 1656822908938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "aai-ml",
  "timestamp": 1656822908767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:31.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "clamp",
  "timestamp": 1656822908938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "aai-ml",
  "timestamp": 1656822908767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:35:31.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:35:31.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:35:31.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "aai-ml",
  "timestamp": 1656822916642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:31.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:35:32.076Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:35:32.076Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:32.078Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:32.079Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:35:32.179Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:35:32.180Z||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-03T04:35:32.180Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:32.194Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:32.195Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:33.079Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:35:33.080Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:33.083Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:33.084Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:35:33.183Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:35:33.185Z||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-03T04:35:33.185Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:33.199Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:33.199Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:35:34.085Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:35:34.087Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:34.089Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:34.089Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:34.189Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:35:34.190Z||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-03T04:35:34.191Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:34.205Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:34.206Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:35.090Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:35:35.091Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:35.103Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:35.103Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-03T04:35:35.206Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-03T04:35:35.207Z||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-03T04:35:35.207Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:35.221Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:35.222Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:36.103Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:35:36.104Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:36.107Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:36.107Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:35:36.208Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:35:36.208Z||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-03T04:35:36.209Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:36.229Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:36.229Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:37.108Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:35:37.109Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:37.112Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:37.112Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:35:37.213Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:35:37.214Z||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-03T04:35:37.214Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:37.230Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:37.231Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:38.114Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "serviceName": "vFW 2022-07-03 04-33-49",
  "serviceVersion": "1.0",
  "serviceUUID": "6c0fc4b6-d5df-42b4-8078-388f5677e17d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f76f27e6-4f1a-4fd0-98ed-026a48de46a2",
  "resources": [
    {
      "resourceInstanceName": "vFW ce82c8ca-0b9f 0",
      "resourceCustomizationUUID": "31d0c903-706b-407d-a038-ca7d7712456b",
      "resourceName": "vFW ce82c8ca-0b9f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "886d5947-5ed9-4a46-8aef-727f7d537118",
      "resourceInvariantUUID": "c35db69f-ef5c-45bc-a202-d15ce4a3affa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwce82c8ca0b9f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
          "artifactChecksum": "OWU5MDhlNjJmNjI4NjRhZmY4N2Q0MmU5MWZiZTMwNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5f920c6e-c4cb-4af6-a36b-0f23b33df63a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "53730a3e-7308-4283-8cd5-be088c947f61",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d1b03456-9e19-4cda-a094-f1780c157e75",
            "generatedFromUUID": "53730a3e-7308-4283-8cd5-be088c947f61"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d1b03456-9e19-4cda-a094-f1780c157e75",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220703043349-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
      "artifactChecksum": "YmQ0YjRmZWY0OTE0YTg5NzkzYmM5NGI1NTlhNmY4ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f4e2c603-2ae0-413b-8814-e41d6d7dd24e"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T04:35:38.116Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T04:35:38.116Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c0fc4b6-d5df-42b4-8078-388f5677e17d ASDC
2022-07-03T04:35:38.269Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c5d95515-c506-4443-9cac-275e211ab68c
ServiceName:vFW 2022-07-03 04-33-49
ServiceVersion:1.0
ServiceUUID:6c0fc4b6-d5df-42b4-8078-388f5677e17d
ServiceInvariantUUID:f76f27e6-4f1a-4fd0-98ed-026a48de46a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220703043349-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar
ArtifactUUID:f4e2c603-2ae0-413b-8814-e41d6d7dd24e
ArtifactChecksum:YmQ0YjRmZWY0OTE0YTg5NzkzYmM5NGI1NTlhNmY4ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ce82c8ca-0b9f 0
ResourceCustomizationUUID:31d0c903-706b-407d-a038-ca7d7712456b
ResourceInvariantUUID:c35db69f-ef5c-45bc-a202-d15ce4a3affa
ResourceName:vFW ce82c8ca-0b9f
ResourceType:VF
ResourceUUID:886d5947-5ed9-4a46-8aef-727f7d537118
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwce82c8ca0b9f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json
ArtifactUUID:5f920c6e-c4cb-4af6-a36b-0f23b33df63a
ArtifactChecksum:OWU5MDhlNjJmNjI4NjRhZmY4N2Q0MmU5MWZiZTMwNWU=
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/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml
ArtifactUUID:53730a3e-7308-4283-8cd5-be088c947f61
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/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env
ArtifactUUID:d1b03456-9e19-4cda-a094-f1780c157e75
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/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env
ArtifactUUID:d1b03456-9e19-4cda-a094-f1780c157e75
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T04:35:38.269Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c0fc4b6-d5df-42b4-8078-388f5677e17d 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-03T04:35:38.321Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:35:38.323Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-03T04:35:38.325Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-03T04:35:38.325Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f4e2c603-2ae0-413b-8814-e41d6d7dd24e from URL: /sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:38.325Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-03T04:35:38.327Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:38.475Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-03T04:35:38.499Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar f4e2c603-2ae0-413b-8814-e41d6d7dd24e 99028
2022-07-03T04:35:38.499Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar ASDC sendASDCNotification
2022-07-03T04:35:38.500Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:38.501Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:35:38.502Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:38.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:38.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822938499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:38.604Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:35:38.605Z||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-03T04:35:38.605Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:38.621Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:38.622Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:39.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:35:39.506Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-03T04:35:39.506Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f4e2c603-2ae0-413b-8814-e41d6d7dd24e, URL: /sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar to file: /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:39.507Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220703043349-csar.csar
2022-07-03T04:35:39.621Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:39.621Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:40.509Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17694641120850443479/Definitions/service-Vfw20220703043349-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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_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-03T04:35:43.093Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T04:35:43.098Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-03T04:35:43.098Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.099Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-03T04:35:43.099Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||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-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.099Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||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-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.099Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.099Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.099Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.099Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||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-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.100Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.100Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.100Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ce82c8ca-0b9f 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-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.100Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.100Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.100Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.100Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:43.100Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-03T04:35:43.107Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.108Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:43.112Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:43.113Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-03T04:35:43.115Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:35:43.117Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.117Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:43.117Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:43.117Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-03T04:35:43.117Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:35:43.118Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.118Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:43.121Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.121Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is not matching search criteria
2022-07-03T04:35:43.122Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T04:35:43.122Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T04:35:43.122Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T04:35:43.122Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.122Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:43.123Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.123Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T04:35:43.123Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T04:35:43.123Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T04:35:43.123Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.124Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:43.124Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T04:35:43.124Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:43.124Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T04:35:43.124Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.125Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T04:35:43.125Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.125Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T04:35:43.126Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.126Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:43.127Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:35:43.127Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.127Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:43.127Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:35:43.128Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.128Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:43.128Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:35:43.128Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.128Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is not matching search criteria
2022-07-03T04:35:43.129Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T04:35:43.129Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T04:35:43.129Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-03T04:35:43.129Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T04:35:43.129Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T04:35:43.129Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.130Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:43.130Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T04:35:43.130Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:43.130Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T04:35:43.130Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.130Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98925fa3-8845-4b49-ac0f-6d47515be471
2022-07-03T04:35:43.131Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.131Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is not matching search criteria
2022-07-03T04:35:43.131Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T04:35:43.131Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T04:35:43.131Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T04:35:43.132Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.132Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:43.132Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.132Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T04:35:43.132Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-03T04:35:43.132Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T04:35:43.133Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:43.133Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T04:35:43.133Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.133Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f396548e-c33d-42f5-a063-1466d648de5d
2022-07-03T04:35:43.133Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.134Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is not matching search criteria
2022-07-03T04:35:43.134Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T04:35:43.134Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T04:35:43.134Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T04:35:43.134Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.134Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:43.135Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.135Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T04:35:43.135Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T04:35:43.135Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T04:35:43.135Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T04:35:43.135Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:43.136Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-03T04:35:43.136Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0c218a4e-d823-42ee-8f6e-9e991e1f31e4
2022-07-03T04:35:43.136Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.136Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:43.136Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.136Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:43.137Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.137Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:43.137Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:43.137Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:43.137Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-03 04-33-49
Description:catalog service description
Model UUID:6c0fc4b6-d5df-42b4-8078-388f5677e17d
Model Version:NULL
Model InvariantUuid:f76f27e6-4f1a-4fd0-98ed-026a48de46a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ce82c8ca-0b9f
Model UUID:2510a7aa-1d6f-4617-89db-65c7947f4c89
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c35db69f-ef5c-45bc-a202-d15ce4a3affa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:31d0c903-706b-407d-a038-ca7d7712456b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:78aa201e-44d3-436b-b2ba-96d69334fdf3
ModelName:VfwCe82c8ca0b9f..base_vfw..module-0
ModelUuid:19a15c7d-6ba2-4de0-8272-5d5db8bd983f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:98925fa3-8845-4b49-ac0f-6d47515be471
ModelInvariantUuid:f09d37f3-defa-4425-b1db-f46cba9198c8
ModelName:vFW ce82c8ca-0b9f-nodes.vfwCvfc
ModelUuid:3baa2a50-b1e1-4870-b9f3-ef60562ee835
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ac814e60-e093-4941-a5aa-1a373e5043d6
ModelInvariantUuid:10d1223d-6740-410c-9ab8-2cf1a69a16d1
ModelName:VfwCe82c8ca0b9f.compute.nodes.heat.vfw
ModelUuid:741da1a5-63dc-42db-9318-0ef3f58f6361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f396548e-c33d-42f5-a063-1466d648de5d
ModelInvariantUuid:20c54a97-080c-4bfd-b8b6-4ad45d3525ad
ModelName:vFW ce82c8ca-0b9f-nodes.vsnCvfc
ModelUuid:78dd57ff-a3c3-40d3-9352-7c790c117d28
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ffb1c099-a262-499e-97fe-c8a26b9ade9d
ModelInvariantUuid:d5338d55-e9e8-4297-ad1a-f4495c02e888
ModelName:VfwCe82c8ca0b9f.compute.nodes.heat.vsn
ModelUuid:bce6acaa-213e-4812-904f-9864b4d8e3e5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0c218a4e-d823-42ee-8f6e-9e991e1f31e4
ModelInvariantUuid:4e91f853-da44-4755-8062-e11ac7f577e4
ModelName:vFW ce82c8ca-0b9f-nodes.vpgCvfc
ModelUuid:66446a71-9bcb-4bb6-800e-d2597ba61276
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1f8930bb-899c-44fc-9a9f-b98a31c719cd
ModelInvariantUuid:a9916aaa-8492-4445-a3a2-1fba3534a8f2
ModelName:VfwCe82c8ca0b9f.compute.nodes.heat.vpg
ModelUuid:ec356e9d-63e5-49d6-8892-97cd829addd0
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-03T04:35:43.150Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 886d5947-5ed9-4a46-8aef-727f7d537118
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-03T04:35:43.246Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||vFW ce82c8ca-0b9f 0
2022-07-03T04:35:43.254Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 886d5947-5ed9-4a46-8aef-727f7d537118
2022-07-03T04:35:43.254Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5f920c6e-c4cb-4af6-a36b-0f23b33df63a from URL: /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json
2022-07-03T04:35:43.254Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-03T04:35:43.254Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json
2022-07-03T04:35:43.305Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-03T04:35:43.306Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json 5f920c6e-c4cb-4af6-a36b-0f23b33df63a 785
2022-07-03T04:35:43.306Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json ASDC sendASDCNotification
2022-07-03T04:35:43.306Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json
2022-07-03T04:35:43.306Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:35:43.306Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:43.308Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:43.309Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822943306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:43.409Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:35:43.410Z||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-03T04:35:43.410Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:43.424Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:43.425Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:44.310Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCe82c8ca0b9f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "78aa201e-44d3-436b-b2ba-96d69334fdf3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19a15c7d-6ba2-4de0-8272-5d5db8bd983f",
    "vfModuleModelCustomizationUUID": "8ebff8fc-7917-4939-8b3f-2b557bd87ecf",
    "isBase": true,
    "artifacts": [
      "53730a3e-7308-4283-8cd5-be088c947f61",
      "d1b03456-9e19-4cda-a094-f1780c157e75"
    ],
    "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-03T04:35:44.327Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCe82c8ca0b9f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19a15c7d-6ba2-4de0-8272-5d5db8bd983f
VfModuleModelInvariantUUID:78aa201e-44d3-436b-b2ba-96d69334fdf3
VfModuleModelDescription:NULL
Artifacts UUID List:{
53730a3e-7308-4283-8cd5-be088c947f61
,
d1b03456-9e19-4cda-a094-f1780c157e75

}
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-03T04:35:44.331Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCe82c8ca0b9f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "78aa201e-44d3-436b-b2ba-96d69334fdf3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19a15c7d-6ba2-4de0-8272-5d5db8bd983f",
    "vfModuleModelCustomizationUUID": "8ebff8fc-7917-4939-8b3f-2b557bd87ecf",
    "isBase": true,
    "artifacts": [
      "53730a3e-7308-4283-8cd5-be088c947f61",
      "d1b03456-9e19-4cda-a094-f1780c157e75"
    ],
    "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-03T04:35:44.331Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCe82c8ca0b9f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19a15c7d-6ba2-4de0-8272-5d5db8bd983f
VfModuleModelInvariantUUID:78aa201e-44d3-436b-b2ba-96d69334fdf3
VfModuleModelDescription:NULL
Artifacts UUID List:{
53730a3e-7308-4283-8cd5-be088c947f61
,
d1b03456-9e19-4cda-a094-f1780c157e75

}
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-03T04:35:44.331Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 53730a3e-7308-4283-8cd5-be088c947f61 from URL: /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml
2022-07-03T04:35:44.331Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-03T04:35:44.332Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml
2022-07-03T04:35:44.439Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-03T04:35:44.439Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml 53730a3e-7308-4283-8cd5-be088c947f61 20368
2022-07-03T04:35:44.440Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-03T04:35:44.440Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml
2022-07-03T04:35:44.440Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:35:44.440Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:44.442Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:44.442Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822944440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:44.542Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:35:44.543Z||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-03T04:35:44.543Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:44.560Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:44.560Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:35:45.443Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d1b03456-9e19-4cda-a094-f1780c157e75 from URL: /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env
2022-07-03T04:35:45.444Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-03T04:35:45.444Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env
2022-07-03T04:35:45.543Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-03T04:35:45.543Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env d1b03456-9e19-4cda-a094-f1780c157e75 2098
2022-07-03T04:35:45.543Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-03T04:35:45.543Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env
2022-07-03T04:35:45.544Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:35:45.544Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:45.545Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:45.546Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822945543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:35:45.646Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:35:45.647Z||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-03T04:35:45.647Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:45.661Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:45.662Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:46.546Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6c0fc4b6-d5df-42b4-8078-388f5677e17d
2022-07-03T04:35:46.546Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ce82c8ca-0b9f 0 886d5947-5ed9-4a46-8aef-727f7d537118 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-03T04:35:46.578Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@574e64d0, org.onap.sdc.toscaparser.api.parameters.Input@66827ef1, org.onap.sdc.toscaparser.api.parameters.Input@59dab2aa, org.onap.sdc.toscaparser.api.parameters.Input@79ce75e0, org.onap.sdc.toscaparser.api.parameters.Input@5d82f6ed]
2022-07-03T04:35:46.581Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.581Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:46.581Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-03T04:35:46.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 31d0c903-706b-407d-a038-ca7d7712456b
2022-07-03T04:35:46.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31d0c903-706b-407d-a038-ca7d7712456b matches Tosca VF Customization UUID: 31d0c903-706b-407d-a038-ca7d7712456b
2022-07-03T04:35:46.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 31d0c903-706b-407d-a038-ca7d7712456b  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-03T04:35:46.588Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.588Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:46.589Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 31d0c903-706b-407d-a038-ca7d7712456b: {\"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-03T04:35:46.590Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1127c6bf
2022-07-03T04:35:46.590Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.590Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T04:35:46.590Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8ebff8fc-7917-4939-8b3f-2b557bd87ecf
2022-07-03T04:35:46.591Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8ebff8fc-7917-4939-8b3f-2b557bd87ecf
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-03T04:35:46.597Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.597Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:46.597Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:35:46.598Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.598Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:46.598Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:35:46.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is not matching search criteria
2022-07-03T04:35:46.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T04:35:46.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T04:35:46.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-03T04:35:46.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T04:35:46.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T04:35:46.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T04:35:46.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:46.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T04:35:46.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:46.601Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T04:35:46.601Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T04:35:46.601Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98925fa3-8845-4b49-ac0f-6d47515be471
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-03T04:35:46.608Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.608Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:46.609Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:35:46.609Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.609Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is not matching search criteria
2022-07-03T04:35:46.609Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T04:35:46.610Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T04:35:46.610Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T04:35:46.610Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T04:35:46.610Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:46.610Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T04:35:46.611Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T04:35:46.611Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-03T04:35:46.611Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T04:35:46.611Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:46.612Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T04:35:46.612Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T04:35:46.612Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f396548e-c33d-42f5-a063-1466d648de5d
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-03T04:35:46.614Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.615Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:46.615Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:35:46.617Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.617Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is not matching search criteria
2022-07-03T04:35:46.617Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T04:35:46.618Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T04:35:46.618Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T04:35:46.618Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T04:35:46.618Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:46.618Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T04:35:46.618Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T04:35:46.619Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T04:35:46.619Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T04:35:46.619Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T04:35:46.619Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T04:35:46.619Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-03T04:35:46.619Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0c218a4e-d823-42ee-8f6e-9e991e1f31e4
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-03T04:35:46.621Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.621Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:46.622Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:35:46.622Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.622Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Node template vFW ce82c8ca-0b9f 0 is matching search criteria
2022-07-03T04:35:46.622Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ce82c8ca-0b9f 0] matching following query criteria: sdcType=VF, customizationUUID=31d0c903-706b-407d-a038-ca7d7712456b
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-03T04:35:46.624Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.624Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:46.625Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6c0fc4b6-d5df-42b4-8078-388f5677e17d: vFW ce82c8ca-0b9f
2022-07-03T04:35:46.625Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.625Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:46.626Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.626Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:46.626Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.626Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:46.626Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.626Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:46.627Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:35:46.627Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-03 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:35:46.627Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-07-03 04-33-49 
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-03T04:35:46.880Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ce82c8ca-0b9f 886d5947-5ed9-4a46-8aef-727f7d537118 1 ASDC deployResourceStructure
2022-07-03T04:35:46.880Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json ASDC sendASDCNotification
2022-07-03T04:35:46.881Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json
2022-07-03T04:35:46.881Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:35:46.881Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:46.884Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:46.884Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822946880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:35:46.983Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:35:46.984Z||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-03T04:35:46.984Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:47.000Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:47.000Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:35:47.885Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-03T04:35:47.885Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml
2022-07-03T04:35:47.886Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:35:47.886Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:47.888Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:47.888Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822947885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T04:35:47.988Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:35:47.989Z||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-03T04:35:47.990Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:48.006Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:48.006Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:48.890Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-03T04:35:48.890Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env
2022-07-03T04:35:48.890Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:35:48.890Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:48.892Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:48.892Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822948889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-03T04:35:48.992Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:35:48.993Z||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-03T04:35:48.994Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:49.012Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:49.013Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:49.893Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar ASDC sendASDCNotification
2022-07-03T04:35:49.894Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar
2022-07-03T04:35:49.894Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:35:49.895Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:35:49.897Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:35:49.898Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822949893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:35:49.998Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:35:49.999Z||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-03T04:35:49.999Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:35:50.014Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:35:50.015Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:35:50.899Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:35:50.918Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:35:50.921Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:35:50.922Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:35:50.922Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:36:20.922Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:36:20.935Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:36:20.938Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:36:20.938Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:36:20.938Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:36:30.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:36:30.324Z||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-03T04:36:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:36:30.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:36:30.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:36:30.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:36:30.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:36:50.939Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:36:50.950Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:36:50.953Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:36:50.954Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:36:50.954Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:37:20.954Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:37:20.968Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:37:20.971Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:37:20.971Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:37:20.972Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:37:30.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:37:30.323Z||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-03T04:37:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:37:30.859Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:37:30.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "aai-ml",
  "timestamp": 1656822932009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:37:30.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:30.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:37:30.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:37:30.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "aai-ml",
  "timestamp": 1656822933015,
  "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-03T04:37:30.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5d95515-c506-4443-9cac-275e211ab68c
2022-07-03T04:37:30.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5d95515-c506-4443-9cac-275e211ab68c 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-03T04:37:30.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "clamp",
  "timestamp": 1656822933593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:37:30.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:30.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:37:30.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:37:30.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:37:30.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:37:30.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "clamp",
  "timestamp": 1656822935619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:37:30.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:30.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-03T04:37:30.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:37:30.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "clamp",
  "timestamp": 1656822936629,
  "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-03T04:37:30.887Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c5d95515-c506-4443-9cac-275e211ab68c
2022-07-03T04:37:30.887Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5d95515-c506-4443-9cac-275e211ab68c 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-03T04:37:30.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:37:30.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:37:30.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822930319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:37:30.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:37:30.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822938499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:37:30.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:30.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822943306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:37:30.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:30.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822944440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:37:30.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:30.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822945543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:37:30.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:30.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822946880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/vfwce82c8ca0b9f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:37:30.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:30.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822947885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T04:37:30.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:30.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822948889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/resourceInstances/vfwce82c8ca0b9f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-03T04:37:30.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:30.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:37:30.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656822949893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220703043349/1.0/artifacts/service-Vfw20220703043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:37:30.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:37:50.972Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:37:50.983Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:37:50.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:37:50.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T04:37:50.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T04:37:50.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T04:37:50.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:37:50.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:37:50.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:37:50.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:37:50.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:37:50.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:37:50.987Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T04:37:50.991Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T04:38:20.992Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5d95515-c506-4443-9cac-275e211ab68c 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-03T04:38:21.003Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5d95515-c506-4443-9cac-275e211ab68c and serviceModelVersionId: 6c0fc4b6-d5df-42b4-8078-388f5677e17d
2022-07-03T04:38:21.004Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f76f27e6-4f1a-4fd0-98ed-026a48de46a2
2022-07-03T04:38:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:38:30.323Z||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-03T04:38:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:38:36.133Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f76f27e6-4f1a-4fd0-98ed-026a48de46a2/model-vers/model-ver/6c0fc4b6-d5df-42b4-8078-388f5677e17d?depth=0
2022-07-03T04:38:36.251Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T04:38:36.827Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f76f27e6-4f1a-4fd0-98ed-026a48de46a2/model-vers/model-ver/6c0fc4b6-d5df-42b4-8078-388f5677e17d?depth=0|INFO|500||Invoke
2022-07-03T04:38:36.835Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f76f27e6-4f1a-4fd0-98ed-026a48de46a2/model-vers/model-ver/6c0fc4b6-d5df-42b4-8078-388f5677e17d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f76f27e6-4f1a-4fd0-98ed-026a48de46a2/model-vers/model-ver/6c0fc4b6-d5df-42b4-8078-388f5677e17d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5d95515-c506-4443-9cac-275e211ab68c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c38b15c3-6f7e-4eb1-aede-1ab631e18a0c], X-ECOMP-RequestID=[c5d95515-c506-4443-9cac-275e211ab68c], X-TransactionId=[], X-ONAP-RequestID=[c5d95515-c506-4443-9cac-275e211ab68c], Content-Type=[application/merge-patch+json]}
2022-07-03T04:38:36.965Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f76f27e6-4f1a-4fd0-98ed-026a48de46a2/model-vers/model-ver/6c0fc4b6-d5df-42b4-8078-388f5677e17d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T04:38:37.153Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f76f27e6-4f1a-4fd0-98ed-026a48de46a2/model-vers/model-ver/6c0fc4b6-d5df-42b4-8078-388f5677e17d?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/f76f27e6-4f1a-4fd0-98ed-026a48de46a2/model-vers/model-ver/6c0fc4b6-d5df-42b4-8078-388f5677e17d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220703-04:38:37:334-99899], vertex-id=[385032], Content-Length=[0], Date=[Sun, 03 Jul 2022 04:38:37 GMT], Content-Type=[application/json]}
2022-07-03T04:38:37.155Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f76f27e6-4f1a-4fd0-98ed-026a48de46a2/model-vers/model-ver/6c0fc4b6-d5df-42b4-8078-388f5677e17d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T04:38:37.156Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f76f27e6-4f1a-4fd0-98ed-026a48de46a2/model-vers/model-ver/6c0fc4b6-d5df-42b4-8078-388f5677e17d?depth=0|INFO|500||InvokeReturn
2022-07-03T04:38:37.160Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T04:38:37.160Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T04:38:37.165Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T04:38:37.166Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5d95515-c506-4443-9cac-275e211ab68c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T04:38:37.167Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T04:38:37.168Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:38:37.169Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:38:37.170Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823117166,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:38:37.270Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:38:37.271Z||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-03T04:38:37.272Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:38:37.289Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:38:37.289Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:38:37.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:38:37.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-03T04:38:37.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5d95515-c506-4443-9cac-275e211ab68c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823117166,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:38:37.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T04:38:38.182Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:38:38.183Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T04:38:38.183Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:38:48.511Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:38:48.512Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:38:48.513Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T04:38:48.513Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:38:58.057Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:38:58.058Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:38:58.058Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T04:38:58.058Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:39:07.629Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:30.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:39:30.321Z||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-03T04:39:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:39:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:39:30.322Z||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-03T04:39:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:39:35.999Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:36.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T04:39:36.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"68f78a04-5145-434a-ad86-451bb4e66bb3","serviceName":"basic_onboard_WOPBec","serviceVersion":"1.0","serviceUUID":"4d442f4b-2fb4-4f22-916c-01c8e6c22d38","serviceDescription":"service","serviceInvariantUUID":"aa71a1cb-c454-4336-ae50-12360127697f","resources":[{"resourceInstanceName":"basic_onboard_WOPBec 0","resourceName":"basic_onboard_WOPBec","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c86afd6f-016f-4850-9826-4c44ef18f8e3","resourceInvariantUUID":"374cb159-7a10-4cd2-b437-5845b875ba1a","resourceCustomizationUUID":"ddee4687-feb4-488c-a52a-ed00371da9bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vf-license-model.xml","artifactChecksum":"YjdkMGZhNzIwYzk1ZDU1OTg3NTczZjhjOGQzNGJlNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2183207-07e7-4258-bb93-c71783e87001","artifactVersion":"1"},{"artifactName":"basic_onboard_wopbec0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json","artifactChecksum":"ZDRjYmIwN2QzM2U0MzY4NTJiZTA1OGM2NTU0ZWI0MjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97094a0c-1ff5-47bf-8472-ab65b1bfebf7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1b07050-79f1-442a-8a2d-67d7d3be4d72","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e4cd615-36b5-4165-af83-42c2571c0b41","artifactVersion":"2","generatedFromUUID":"2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWopbec-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-template.yml","artifactChecksum":"NzJiYWI4YzcxZjI4YjQ5NWVlOWZkZmQ4ZWIxOGI0YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46c5042b-cdac-4675-a29e-21584a0431c6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWopbec-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar","artifactChecksum":"MTFmOTQzYmY3OWMxNDQ2YmQ4Mzk5MWMzMzIwZTU0MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5835c55c-db1c-4443-99a5-b7508d00e9e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T04:39:36.010Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:39:36.011Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:36.016Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:36.016Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:39:36.117Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:36.118Z||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-03T04:39:36.118Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:36.135Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:36.136Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:39:36.253Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:36.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:39:36.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:39:36.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:39:37.020Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:39:37.020Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:37.023Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:37.023Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:39:37.123Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:37.124Z||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-03T04:39:37.124Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:37.139Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:37.139Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:38.023Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:39:38.024Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:38.026Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:38.027Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:39:38.127Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:38.128Z||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-03T04:39:38.128Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:38.147Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:38.148Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:39.027Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:39:39.029Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:39.032Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:39.032Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:39:39.133Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:39.134Z||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-03T04:39:39.134Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:39.163Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:39.164Z||pool-22-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:39:40.033Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:39:40.034Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:40.035Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:40.035Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-03T04:39:40.136Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:40.138Z||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-03T04:39:40.138Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:40.156Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:40.157Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:39:41.036Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:39:41.037Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:41.039Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:41.039Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:39:41.140Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T04:39:41.141Z||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-03T04:39:41.141Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:41.161Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:41.162Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:42.039Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:39:42.040Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:42.042Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:42.042Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:39:42.143Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:42.144Z||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-03T04:39:42.144Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:42.162Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:42.163Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:39:43.044Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "serviceName": "basic_onboard_WOPBec",
  "serviceVersion": "1.0",
  "serviceUUID": "4d442f4b-2fb4-4f22-916c-01c8e6c22d38",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aa71a1cb-c454-4336-ae50-12360127697f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_WOPBec 0",
      "resourceCustomizationUUID": "ddee4687-feb4-488c-a52a-ed00371da9bd",
      "resourceName": "basic_onboard_WOPBec",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c86afd6f-016f-4850-9826-4c44ef18f8e3",
      "resourceInvariantUUID": "374cb159-7a10-4cd2-b437-5845b875ba1a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wopbec0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
          "artifactChecksum": "ZDRjYmIwN2QzM2U0MzY4NTJiZTA1OGM2NTU0ZWI0MjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "97094a0c-1ff5-47bf-8472-ab65b1bfebf7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e4cd615-36b5-4165-af83-42c2571c0b41",
            "generatedFromUUID": "2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e4cd615-36b5-4165-af83-42c2571c0b41",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWopbec-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
      "artifactChecksum": "MTFmOTQzYmY3OWMxNDQ2YmQ4Mzk5MWMzMzIwZTU0MjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5835c55c-db1c-4443-99a5-b7508d00e9e6"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T04:39:43.048Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T04:39:43.048Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d442f4b-2fb4-4f22-916c-01c8e6c22d38 ASDC
2022-07-03T04:39:43.050Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:68f78a04-5145-434a-ad86-451bb4e66bb3
ServiceName:basic_onboard_WOPBec
ServiceVersion:1.0
ServiceUUID:4d442f4b-2fb4-4f22-916c-01c8e6c22d38
ServiceInvariantUUID:aa71a1cb-c454-4336-ae50-12360127697f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWopbec-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar
ArtifactUUID:5835c55c-db1c-4443-99a5-b7508d00e9e6
ArtifactChecksum:MTFmOTQzYmY3OWMxNDQ2YmQ4Mzk5MWMzMzIwZTU0MjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WOPBec 0
ResourceCustomizationUUID:ddee4687-feb4-488c-a52a-ed00371da9bd
ResourceInvariantUUID:374cb159-7a10-4cd2-b437-5845b875ba1a
ResourceName:basic_onboard_WOPBec
ResourceType:VF
ResourceUUID:c86afd6f-016f-4850-9826-4c44ef18f8e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wopbec0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json
ArtifactUUID:97094a0c-1ff5-47bf-8472-ab65b1bfebf7
ArtifactChecksum:ZDRjYmIwN2QzM2U0MzY4NTJiZTA1OGM2NTU0ZWI0MjE=
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/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4
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/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env
ArtifactUUID:2e4cd615-36b5-4165-af83-42c2571c0b41
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/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env
ArtifactUUID:2e4cd615-36b5-4165-af83-42c2571c0b41
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T04:39:43.050Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d442f4b-2fb4-4f22-916c-01c8e6c22d38 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-03T04:39:43.103Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:39:43.105Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-03T04:39:43.105Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-03T04:39:43.105Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5835c55c-db1c-4443-99a5-b7508d00e9e6 from URL: /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:43.105Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-03T04:39:43.106Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:43.187Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-03T04:39:43.191Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar 5835c55c-db1c-4443-99a5-b7508d00e9e6 71587
2022-07-03T04:39:43.192Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar ASDC sendASDCNotification
2022-07-03T04:39:43.192Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:43.192Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:39:43.192Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:43.196Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:43.196Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823183191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:39:43.296Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:43.297Z||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-03T04:39:43.297Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:43.316Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:43.317Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:44.196Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:39:44.197Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-03T04:39:44.198Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5835c55c-db1c-4443-99a5-b7508d00e9e6, URL: /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar to file: /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:44.198Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:44.199Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:44.199Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:44.322Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1744241949849772115/Definitions/service-BasicOnboardWopbec-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-03T04:39:45.557Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T04:39:45.558Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-03T04:39:45.558Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:45.559Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-03T04:39:45.559Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||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-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:45.559Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:45.560Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:45.560Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:45.560Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:45.561Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:45.561Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:45.561Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:45.562Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WOPBec 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-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:45.562Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-03T04:39:45.562Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.563Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:45.563Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is matching search criteria
2022-07-03T04:39:45.564Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-03T04:39:45.564Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WOPBec 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:39:45.565Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.565Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:45.565Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is matching search criteria
2022-07-03T04:39:45.566Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-03T04:39:45.566Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WOPBec 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:39:45.567Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.567Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:45.568Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.568Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is not matching search criteria
2022-07-03T04:39:45.568Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-03T04:39:45.569Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-03T04:39:45.569Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-03T04:39:45.569Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-03T04:39:45.570Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T04:39:45.570Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.571Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T04:39:45.571Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.571Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is matching search criteria
2022-07-03T04:39:45.572Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WOPBec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:39:45.572Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.573Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is matching search criteria
2022-07-03T04:39:45.573Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WOPBec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:39:45.574Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.574Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is matching search criteria
2022-07-03T04:39:45.574Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WOPBec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:39:45.575Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.575Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is not matching search criteria
2022-07-03T04:39:45.576Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-03T04:39:45.576Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-03T04:39:45.576Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fc1b62e1-ec8d-49d8-9358-95a969c19aed
2022-07-03T04:39:45.577Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.577Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:45.578Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.578Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:45.578Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.579Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:45.579Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:45.580Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:45.580Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_WOPBec
Description:service
Model UUID:4d442f4b-2fb4-4f22-916c-01c8e6c22d38
Model Version:NULL
Model InvariantUuid:aa71a1cb-c454-4336-ae50-12360127697f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_WOPBec
Model UUID:b52b73e5-8c99-4cc3-866a-9667f586b1e5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:374cb159-7a10-4cd2-b437-5845b875ba1a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ddee4687-feb4-488c-a52a-ed00371da9bd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bd915c0f-39b2-49e4-a47c-24a31af2c65e
ModelName:BasicOnboardWopbec..base_ubuntu18..module-0
ModelUuid:4fd312ac-6b85-486b-8435-79c9c679b4ad
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fc1b62e1-ec8d-49d8-9358-95a969c19aed
ModelInvariantUuid:2866dc70-1fb1-4c95-b250-3104cf61dea8
ModelName:basic_onboard_WOPBec-nodes.ubuntu18Cvfc
ModelUuid:03b662d5-57e4-4a4a-b184-78519cc767da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:62632f48-e749-460e-a487-df0b7cc3e226
ModelInvariantUuid:e0b4747d-a361-4282-9861-c53d6f77b243
ModelName:BasicOnboardWopbec.compute.nodes.heat.ubuntu18
ModelUuid:9ffe11e1-3e03-4493-b749-23860b8565ff
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-03T04:39:45.588Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c86afd6f-016f-4850-9826-4c44ef18f8e3
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-03T04:39:45.593Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||basic_onboard_WOPBec 0
2022-07-03T04:39:45.593Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c86afd6f-016f-4850-9826-4c44ef18f8e3
2022-07-03T04:39:45.593Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97094a0c-1ff5-47bf-8472-ab65b1bfebf7 from URL: /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json
2022-07-03T04:39:45.593Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-03T04:39:45.594Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json
2022-07-03T04:39:45.671Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-03T04:39:45.672Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json 97094a0c-1ff5-47bf-8472-ab65b1bfebf7 798
2022-07-03T04:39:45.672Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json ASDC sendASDCNotification
2022-07-03T04:39:45.672Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json
2022-07-03T04:39:45.672Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:39:45.673Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:45.675Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:45.675Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823185672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:39:45.775Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:45.776Z||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-03T04:39:45.776Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:45.796Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:45.796Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:46.676Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWopbec..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bd915c0f-39b2-49e4-a47c-24a31af2c65e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fd312ac-6b85-486b-8435-79c9c679b4ad",
    "vfModuleModelCustomizationUUID": "268d6916-4856-41ad-9e27-4a8e5414c4e6",
    "isBase": true,
    "artifacts": [
      "2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4",
      "2e4cd615-36b5-4165-af83-42c2571c0b41"
    ],
    "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-03T04:39:46.684Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWopbec..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fd312ac-6b85-486b-8435-79c9c679b4ad
VfModuleModelInvariantUUID:bd915c0f-39b2-49e4-a47c-24a31af2c65e
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4
,
2e4cd615-36b5-4165-af83-42c2571c0b41

}
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-03T04:39:46.687Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWopbec..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bd915c0f-39b2-49e4-a47c-24a31af2c65e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fd312ac-6b85-486b-8435-79c9c679b4ad",
    "vfModuleModelCustomizationUUID": "268d6916-4856-41ad-9e27-4a8e5414c4e6",
    "isBase": true,
    "artifacts": [
      "2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4",
      "2e4cd615-36b5-4165-af83-42c2571c0b41"
    ],
    "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-03T04:39:46.687Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWopbec..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fd312ac-6b85-486b-8435-79c9c679b4ad
VfModuleModelInvariantUUID:bd915c0f-39b2-49e4-a47c-24a31af2c65e
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4
,
2e4cd615-36b5-4165-af83-42c2571c0b41

}
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-03T04:39:46.687Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4 from URL: /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml
2022-07-03T04:39:46.688Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-03T04:39:46.688Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml
2022-07-03T04:39:46.839Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-03T04:39:46.839Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml 2f4dfdd6-c016-4a72-8ae5-19d1cd4677d4 5033
2022-07-03T04:39:46.840Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-03T04:39:46.840Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml
2022-07-03T04:39:46.840Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:39:46.840Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:46.842Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:46.842Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823186840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:39:46.942Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:46.943Z||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-03T04:39:46.943Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:46.970Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:46.970Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:47.843Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2e4cd615-36b5-4165-af83-42c2571c0b41 from URL: /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env
2022-07-03T04:39:47.844Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-03T04:39:47.844Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env
2022-07-03T04:39:47.889Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-03T04:39:47.889Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env 2e4cd615-36b5-4165-af83-42c2571c0b41 909
2022-07-03T04:39:47.889Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-03T04:39:47.890Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env
2022-07-03T04:39:47.890Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:39:47.890Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:47.892Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:47.892Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823187889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:39:47.992Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:47.993Z||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-03T04:39:47.993Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:48.008Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:48.009Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:48.892Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4d442f4b-2fb4-4f22-916c-01c8e6c22d38
2022-07-03T04:39:48.893Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WOPBec 0 c86afd6f-016f-4850-9826-4c44ef18f8e3 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-03T04:39:48.910Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@408dd9fb, org.onap.sdc.toscaparser.api.parameters.Input@32ee48b0, org.onap.sdc.toscaparser.api.parameters.Input@77a1649c, org.onap.sdc.toscaparser.api.parameters.Input@794939ab, org.onap.sdc.toscaparser.api.parameters.Input@57256578]
2022-07-03T04:39:48.911Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.911Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:48.912Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-03T04:39:48.912Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ddee4687-feb4-488c-a52a-ed00371da9bd
2022-07-03T04:39:48.912Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ddee4687-feb4-488c-a52a-ed00371da9bd matches Tosca VF Customization UUID: ddee4687-feb4-488c-a52a-ed00371da9bd
2022-07-03T04:39:48.912Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ddee4687-feb4-488c-a52a-ed00371da9bd  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-03T04:39:48.915Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.916Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:48.916Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ddee4687-feb4-488c-a52a-ed00371da9bd: {\"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-03T04:39:48.917Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b03e7b9
2022-07-03T04:39:48.917Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.917Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T04:39:48.918Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 268d6916-4856-41ad-9e27-4a8e5414c4e6
2022-07-03T04:39:48.918Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 268d6916-4856-41ad-9e27-4a8e5414c4e6
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-03T04:39:48.926Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.926Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is matching search criteria
2022-07-03T04:39:48.926Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WOPBec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:39:48.927Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.927Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is matching search criteria
2022-07-03T04:39:48.927Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WOPBec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:39:48.928Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.928Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is not matching search criteria
2022-07-03T04:39:48.928Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-03T04:39:48.929Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-03T04:39:48.929Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fc1b62e1-ec8d-49d8-9358-95a969c19aed
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-03T04:39:48.932Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.932Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is matching search criteria
2022-07-03T04:39:48.933Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WOPBec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:39:48.934Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.934Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WOPBec 0 is matching search criteria
2022-07-03T04:39:48.934Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WOPBec 0] matching following query criteria: sdcType=VF, customizationUUID=ddee4687-feb4-488c-a52a-ed00371da9bd
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-03T04:39:48.936Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.936Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:48.937Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4d442f4b-2fb4-4f22-916c-01c8e6c22d38: basic_onboard_WOPBec
2022-07-03T04:39:48.937Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.937Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:48.938Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.938Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:48.938Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.939Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:48.939Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.939Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:48.940Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:39:48.940Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WOPBec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:39:48.940Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_WOPBec 
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-03T04:39:49.032Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WOPBec c86afd6f-016f-4850-9826-4c44ef18f8e3 1 ASDC deployResourceStructure
2022-07-03T04:39:49.033Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json ASDC sendASDCNotification
2022-07-03T04:39:49.033Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json
2022-07-03T04:39:49.033Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:39:49.033Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:49.035Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:49.035Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823189033,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:39:49.135Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:49.136Z||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-03T04:39:49.137Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:49.163Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:49.164Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:50.036Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-03T04:39:50.036Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml
2022-07-03T04:39:50.036Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:39:50.037Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:50.038Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:50.038Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823190036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T04:39:50.140Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T04:39:50.141Z||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-03T04:39:50.141Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:50.157Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:50.157Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:51.041Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-03T04:39:51.041Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env
2022-07-03T04:39:51.041Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:39:51.042Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:51.044Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:51.045Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823191040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-03T04:39:51.144Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:39:51.146Z||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-03T04:39:51.146Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:51.174Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:51.175Z||pool-32-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:52.046Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar ASDC sendASDCNotification
2022-07-03T04:39:52.046Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar
2022-07-03T04:39:52.047Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:39:52.047Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:39:52.049Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:39:52.050Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823192046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:39:52.150Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:39:52.151Z||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-03T04:39:52.151Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:39:52.168Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:39:52.169Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:39:53.051Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:39:53.065Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:39:53.068Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:39:53.068Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:39:53.068Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:40:23.069Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:40:23.083Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:40:23.086Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:40:23.086Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:40:23.086Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:40:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:40:30.324Z||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-03T04:40:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:40:30.356Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:40:30.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:40:30.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "policy-id",
  "timestamp": 1656823173992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:40:30.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:40:53.086Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:40:53.098Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:40:53.101Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:40:53.101Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:40:53.101Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:41:23.102Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:41:23.112Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:41:23.114Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:41:23.114Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:41:23.114Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:41:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:41:30.323Z||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-03T04:41:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:41:30.865Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:41:30.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "policy-id",
  "timestamp": 1656823173992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823177347,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "policy-id",
  "timestamp": 1656823173992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823177347,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "cds",
  "timestamp": 1656823177716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "clamp",
  "timestamp": 1656823178938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "aai-ml",
  "timestamp": 1656823178767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "policy-id",
  "timestamp": 1656823173992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823177347,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "cds",
  "timestamp": 1656823177716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "clamp",
  "timestamp": 1656823178938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "aai-ml",
  "timestamp": 1656823178767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "policy-id",
  "timestamp": 1656823173992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823177347,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "cds",
  "timestamp": 1656823177716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "clamp",
  "timestamp": 1656823178938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "aai-ml",
  "timestamp": 1656823178767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823180437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "policy-id",
  "timestamp": 1656823173992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823177347,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "cds",
  "timestamp": 1656823177716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "clamp",
  "timestamp": 1656823178938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "aai-ml",
  "timestamp": 1656823178767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823180437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823170319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "policy-id",
  "timestamp": 1656823173992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823177347,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "cds",
  "timestamp": 1656823177716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "clamp",
  "timestamp": 1656823178938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "aai-ml",
  "timestamp": 1656823178767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823180437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "policy-id",
  "timestamp": 1656823183146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.901Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823183191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823177347,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "cds",
  "timestamp": 1656823177716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "clamp",
  "timestamp": 1656823178938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "aai-ml",
  "timestamp": 1656823178767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823180437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "policy-id",
  "timestamp": 1656823184151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:41:30.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "cds",
  "timestamp": 1656823177716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "clamp",
  "timestamp": 1656823178938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "aai-ml",
  "timestamp": 1656823178767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823180437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "policy-id",
  "timestamp": 1656823185154,
  "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-03T04:41:30.925Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68f78a04-5145-434a-ad86-451bb4e66bb3
2022-07-03T04:41:30.926Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f78a04-5145-434a-ad86-451bb4e66bb3 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-03T04:41:30.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "cds",
  "timestamp": 1656823185473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823185672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "aai-ml",
  "timestamp": 1656823186575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823180437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "cds",
  "timestamp": 1656823186480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-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-03T04:41:30.948Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68f78a04-5145-434a-ad86-451bb4e66bb3
2022-07-03T04:41:30.948Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f78a04-5145-434a-ad86-451bb4e66bb3 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-03T04:41:30.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823186840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823180437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823187889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823188207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823189268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823189033,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:41:30.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823190036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T04:41:30.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823190320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823191040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-03T04:41:30.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823191352,
  "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-03T04:41:30.964Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68f78a04-5145-434a-ad86-451bb4e66bb3
2022-07-03T04:41:30.964Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f78a04-5145-434a-ad86-451bb4e66bb3 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-03T04:41:30.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823192046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:41:30.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823192359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:41:30.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "aai-ml",
  "timestamp": 1656823194025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:41:30.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "aai-ml",
  "timestamp": 1656823195029,
  "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-03T04:41:30.980Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68f78a04-5145-434a-ad86-451bb4e66bb3
2022-07-03T04:41:30.980Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f78a04-5145-434a-ad86-451bb4e66bb3 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-03T04:41:30.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823194284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823194284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/basic_onboard_wopbec0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823194284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "clamp",
  "timestamp": 1656823198637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:30.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823194284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823194284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/resourceInstances/basic_onboard_wopbec0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823194284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:41:30.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "clamp",
  "timestamp": 1656823201639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:41:30.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:30.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823194284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:41:30.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:41:30.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:30.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "clamp",
  "timestamp": 1656823202646,
  "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-03T04:41:30.995Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68f78a04-5145-434a-ad86-451bb4e66bb3
2022-07-03T04:41:30.995Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f78a04-5145-434a-ad86-451bb4e66bb3 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-03T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823202069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:41:31.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:31.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823204610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWopbec/1.0/artifacts/service-BasicOnboardWopbec-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:41:31.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:41:31.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:41:31.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823205615,
  "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-03T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68f78a04-5145-434a-ad86-451bb4e66bb3
2022-07-03T04:41:31.006Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f78a04-5145-434a-ad86-451bb4e66bb3 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-03T04:41:53.114Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:41:53.127Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:41:53.131Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:41:53.131Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T04:41:53.131Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T04:41:53.132Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T04:41:53.132Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:41:53.132Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:41:53.132Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:41:53.133Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:41:53.133Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:41:53.133Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:41:53.133Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T04:41:53.138Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T04:42:23.139Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68f78a04-5145-434a-ad86-451bb4e66bb3 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-03T04:42:23.148Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68f78a04-5145-434a-ad86-451bb4e66bb3 and serviceModelVersionId: 4d442f4b-2fb4-4f22-916c-01c8e6c22d38
2022-07-03T04:42:23.148Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa71a1cb-c454-4336-ae50-12360127697f
2022-07-03T04:42:23.150Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa71a1cb-c454-4336-ae50-12360127697f/model-vers/model-ver/4d442f4b-2fb4-4f22-916c-01c8e6c22d38?depth=0
2022-07-03T04:42:23.161Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T04:42:23.239Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa71a1cb-c454-4336-ae50-12360127697f/model-vers/model-ver/4d442f4b-2fb4-4f22-916c-01c8e6c22d38?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-03T04:42:23.242Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa71a1cb-c454-4336-ae50-12360127697f/model-vers/model-ver/4d442f4b-2fb4-4f22-916c-01c8e6c22d38?depth=0|INFO|500||Invoke
2022-07-03T04:42:23.279Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa71a1cb-c454-4336-ae50-12360127697f/model-vers/model-ver/4d442f4b-2fb4-4f22-916c-01c8e6c22d38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T04:42:23.379Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa71a1cb-c454-4336-ae50-12360127697f/model-vers/model-ver/4d442f4b-2fb4-4f22-916c-01c8e6c22d38?depth=0|INFO|500||InvokeReturn
2022-07-03T04:42:23.380Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa71a1cb-c454-4336-ae50-12360127697f/model-vers/model-ver/4d442f4b-2fb4-4f22-916c-01c8e6c22d38?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220703-04:42:23:648-21804], vertex-id=[372928], Content-Length=[0], Date=[Sun, 03 Jul 2022 04:42:23 GMT], Content-Type=[application/json]}
2022-07-03T04:42:23.380Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-07-03T04:42:23.383Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T04:42:23.384Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T04:42:23.389Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T04:42:23.390Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68f78a04-5145-434a-ad86-451bb4e66bb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T04:42:23.390Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T04:42:23.391Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:42:23.394Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:42:23.395Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823343390,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:42:23.495Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:42:23.496Z||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-03T04:42:23.496Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:42:23.514Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:42:23.515Z||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-03T04:42:24.408Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:42:24.409Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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-03T04:42:24.409Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:42:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:42:30.323Z||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-03T04:42:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:42:30.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:42:30.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:42:30.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68f78a04-5145-434a-ad86-451bb4e66bb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823343390,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:42:30.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:42:34.707Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:42:34.708Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:42:34.708Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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-03T04:42:34.709Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:42:44.272Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:42:44.273Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:42:44.274Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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-03T04:42:44.274Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:42:53.824Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:43:30.319Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:43:30.320Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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-03T04:43:30.320Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:43:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:43:30.323Z||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-03T04:43:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:43:39.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:43:39.878Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:44:30.319Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:44:30.321Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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-03T04:44:30.321Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:44:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:44:30.322Z||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-03T04:44:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:44:39.866Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:44:39.876Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:45:30.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:45:30.320Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:45:30.321Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:45:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:45:30.323Z||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-03T04:45:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:45:39.878Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:45:39.881Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:46:30.320Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:46:30.322Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:46:30.323Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:46:30.323Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T04:46:30.324Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:46:30.324Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:46:39.879Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:46:39.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:47:30.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:47:30.320Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:47:30.321Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:47:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:47:30.322Z||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-03T04:47:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:47:39.878Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:47:39.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:48:30.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:48:30.321Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:48:30.321Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:48:30.322Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:48:30.323Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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-03T04:48:30.323Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:48:39.870Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:48:39.875Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:49:30.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:49:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:49:30.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:49:30.324Z||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-03T04:49:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:49:30.324Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:49:39.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:49:39.893Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:50:30.319Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:50:30.321Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:50:30.321Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:50:30.322Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:50:30.323Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T04:50:30.323Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:50:30.977Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:50:30.982Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.982Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "cds",
  "timestamp": 1656823792717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:30.984Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:30.984Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.985Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823794289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:30.985Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:30.985Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.985Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823797347,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:30.985Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:30.985Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.985Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "policy-id",
  "timestamp": 1656823793993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:30.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:30.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "cds",
  "timestamp": 1656823792717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:50:30.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:30.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823797347,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:30.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:30.986Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.987Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823794289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:50:30.987Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:30.987Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.987Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "policy-id",
  "timestamp": 1656823793993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:50:30.987Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:30.987Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.988Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823800437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:30.988Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:30.988Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.988Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "cds",
  "timestamp": 1656823801802,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:50:30.988Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:30.988Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.988Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823801686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:50:30.988Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:30.989Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.989Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "policy-id",
  "timestamp": 1656823801680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:50:30.989Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:30.989Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.989Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823800437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:50:30.989Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:30.990Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:30.990Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "cds",
  "timestamp": 1656823802809,
  "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=?
2022-07-03T04:50:31.003Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:50:31.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff4bf025-c7fe-4d80-9ea0-eab584999a78","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4fdcf7e1-3d51-48cf-9010-7829eb815e2a","serviceDescription":"service","serviceInvariantUUID":"b1654a89-c8c1-4b88-9801-05ab992923b5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f176165a-53ad-4c61-96aa-0f5a28b2bab3","resourceInvariantUUID":"2b4f4e01-820d-4f98-9aff-0ed074543575","resourceCustomizationUUID":"b14e199b-34e3-4c1d-b8ab-2886d20d713e","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":"YzE0Nzg4MmEwZTUyMGMwNzhjZjVlODI0NWUxNmJjNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3db06628-6bac-43a7-89af-7e58bf8a8e0c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDQwMzdlYzJlMTkwYzY2ZjgzMzMxMTY4MGVhNDMyYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05178d12-de0d-4d88-830e-3d76e5c4dc28","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T04:50:31.010Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff4bf025-c7fe-4d80-9ea0-eab584999a78
2022-07-03T04:50:31.010Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff4bf025-c7fe-4d80-9ea0-eab584999a78 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-03T04:50:31.015Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:50:31.016Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:50:31.019Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.019Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "policy-id",
  "timestamp": 1656823802684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:50:31.020Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.020Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.020Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823803461,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:50:31.020Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.020Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.020Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "policy-id",
  "timestamp": 1656823803688,
  "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-03T04:50:31.022Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:50:31.022Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.025Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff4bf025-c7fe-4d80-9ea0-eab584999a78
2022-07-03T04:50:31.025Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff4bf025-c7fe-4d80-9ea0-eab584999a78 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-03T04:50:31.034Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.035Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823804466,
  "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-03T04:50:31.038Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff4bf025-c7fe-4d80-9ea0-eab584999a78
2022-07-03T04:50:31.039Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff4bf025-c7fe-4d80-9ea0-eab584999a78 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-03T04:50:31.046Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.046Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "clamp",
  "timestamp": 1656823808938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.046Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.046Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.046Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "aai-ml",
  "timestamp": 1656823808767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.047Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.047Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.047Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "clamp",
  "timestamp": 1656823808938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:50:31.047Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.047Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.048Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "cds",
  "timestamp": 1656823807716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.048Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.048Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.048Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "aai-ml",
  "timestamp": 1656823808767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:50:31.048Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.048Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.048Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "cds",
  "timestamp": 1656823807716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.049Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.049Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.049Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "aai-ml",
  "timestamp": 1656823811540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:50:31.049Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.049Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.049Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "cds",
  "timestamp": 1656823807716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.049Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.049Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.049Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "cds",
  "timestamp": 1656823807716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.050Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.050Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.050Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "cds",
  "timestamp": 1656823807716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.050Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.050Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.050Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "clamp",
  "timestamp": 1656823815762,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:50:31.050Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.050Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.051Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "cds",
  "timestamp": 1656823807716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.051Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.051Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.051Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823813995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.051Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.051Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.051Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "aai-ml",
  "timestamp": 1656823815666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:50:31.051Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.051Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.052Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "cds",
  "timestamp": 1656823807716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.052Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.052Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.052Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823813995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.052Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.052Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.052Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "aai-ml",
  "timestamp": 1656823816671,
  "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-03T04:50:31.059Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff4bf025-c7fe-4d80-9ea0-eab584999a78
2022-07-03T04:50:31.059Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff4bf025-c7fe-4d80-9ea0-eab584999a78 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-03T04:50:31.067Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.067Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "cds",
  "timestamp": 1656823807716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:50:31.068Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.068Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.068Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823813995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.068Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.068Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.068Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823817347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.068Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.068Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.068Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "clamp",
  "timestamp": 1656823818765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:50:31.069Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.069Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.069Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "cds",
  "timestamp": 1656823817779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:50:31.069Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.070Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.070Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823813995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.070Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.070Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.070Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823817347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.070Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.071Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.071Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "clamp",
  "timestamp": 1656823819774,
  "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-03T04:50:31.075Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff4bf025-c7fe-4d80-9ea0-eab584999a78
2022-07-03T04:50:31.076Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff4bf025-c7fe-4d80-9ea0-eab584999a78 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-03T04:50:31.083Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.084Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "cds",
  "timestamp": 1656823818785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-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-03T04:50:31.094Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac4c91df-3ee6-42dc-ac2e-de256c17a12c
2022-07-03T04:50:31.094Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4c91df-3ee6-42dc-ac2e-de256c17a12c 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-03T04:50:31.101Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.102Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823813995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.102Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.102Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.102Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823817347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.102Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.102Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.102Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823813995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.103Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.103Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.103Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823817347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.103Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.103Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.103Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823813995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.103Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.103Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.104Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823820437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.104Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.104Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.104Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823817347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.104Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.104Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.104Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823813995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:50:31.105Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.105Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.105Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823820437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.105Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.105Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.105Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823817347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:50:31.105Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.105Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.105Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823822748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:50:31.106Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.106Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.106Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823820437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.106Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.106Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.106Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823817347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.106Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.106Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.107Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823823751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:50:31.107Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.107Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.107Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823820437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.107Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.107Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.107Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823817347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.107Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.108Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.108Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "policy-id",
  "timestamp": 1656823824754,
  "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-03T04:50:31.112Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac4c91df-3ee6-42dc-ac2e-de256c17a12c
2022-07-03T04:50:31.112Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4c91df-3ee6-42dc-ac2e-de256c17a12c 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-03T04:50:31.120Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.120Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823820437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.121Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.121Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.121Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823824283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.121Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.122Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.122Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:50:31.122Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823826223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:50:31.123Z||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-03T04:50:31.123Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.123Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:50:31.123Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.123Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823820437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.124Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.124Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.125Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823824283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.125Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.126Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.126Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823827446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T04:50:31.127Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:50:31.127Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.127Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823820437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.128Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.128Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.128Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823824283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.129Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.129Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.129Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823828451,
  "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-03T04:50:31.135Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ac4c91df-3ee6-42dc-ac2e-de256c17a12c
2022-07-03T04:50:31.135Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4c91df-3ee6-42dc-ac2e-de256c17a12c and ComponentName 
2022-07-03T04:50:31.137Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T04:50:31.137Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T04:50:31.144Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.144Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823820437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:50:31.145Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.145Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.145Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823824283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.145Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.146Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.146Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823824283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.146Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:31.146Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:50:31.146Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823824283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:50:31.147Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:50:32.023Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:50:32.023Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:50:32.026Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:50:32.026Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:50:32.127Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T04:50:32.128Z||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-03T04:50:32.129Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:50:32.143Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:50:32.143Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:50:33.028Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4fdcf7e1-3d51-48cf-9010-7829eb815e2a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b1654a89-c8c1-4b88-9801-05ab992923b5",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b14e199b-34e3-4c1d-b8ab-2886d20d713e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f176165a-53ad-4c61-96aa-0f5a28b2bab3",
      "resourceInvariantUUID": "2b4f4e01-820d-4f98-9aff-0ed074543575",
      "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": "NDQwMzdlYzJlMTkwYzY2ZjgzMzMxMTY4MGVhNDMyYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "05178d12-de0d-4d88-830e-3d76e5c4dc28"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T04:50:33.028Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T04:50:33.029Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4fdcf7e1-3d51-48cf-9010-7829eb815e2a ASDC
2022-07-03T04:50:33.030Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ff4bf025-c7fe-4d80-9ea0-eab584999a78
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4fdcf7e1-3d51-48cf-9010-7829eb815e2a
ServiceInvariantUUID:b1654a89-c8c1-4b88-9801-05ab992923b5
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:05178d12-de0d-4d88-830e-3d76e5c4dc28
ArtifactChecksum:NDQwMzdlYzJlMTkwYzY2ZjgzMzMxMTY4MGVhNDMyYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b14e199b-34e3-4c1d-b8ab-2886d20d713e
ResourceInvariantUUID:2b4f4e01-820d-4f98-9aff-0ed074543575
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f176165a-53ad-4c61-96aa-0f5a28b2bab3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-03T04:50:33.031Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fdcf7e1-3d51-48cf-9010-7829eb815e2a 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-03T04:50:33.064Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:50:33.065Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:50:33.065Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:50:33.065Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 05178d12-de0d-4d88-830e-3d76e5c4dc28 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-03T04:50:33.066Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:50:33.066Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-03T04:50:33.137Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:50:33.141Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 05178d12-de0d-4d88-830e-3d76e5c4dc28 52513
2022-07-03T04:50:33.142Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:33.142Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:33.142Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:50:33.142Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:50:33.144Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:50:33.144Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823833142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:50:33.245Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:50:33.246Z||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-03T04:50:33.246Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:50:33.263Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:50:33.263Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:50:34.154Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:50:34.154Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:50:34.154Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 05178d12-de0d-4d88-830e-3d76e5c4dc28, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T04:50:34.171Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-03T04:50:34.171Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T04:50:34.172Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T04:50:34.357Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1231560452077024122/Definitions/service-BasicNetwork-template.yml
2022-07-03T04:50:35.024Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T04:50:35.025Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-03T04:50:35.025Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T04:50:35.025Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-03T04:50:35.026Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.026Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.026Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.026Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.026Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T04:50:35.027Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.027Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.027Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.027Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-03T04:50:35.027Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.028Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.028Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-03T04:50:35.028Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-03T04:50:35.029Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:50:35.029Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.029Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.030Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-03T04:50:35.030Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-03T04:50:35.030Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:50:35.030Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.030Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.031Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.031Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.031Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.032Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.032Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.032Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.032Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.033Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.033Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4fdcf7e1-3d51-48cf-9010-7829eb815e2a
Model Version:NULL
Model InvariantUuid:b1654a89-c8c1-4b88-9801-05ab992923b5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2b4f4e01-820d-4f98-9aff-0ed074543575
Model UUID:0d32f46b-53c8-49a4-b9b6-f57172bae839
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b14e199b-34e3-4c1d-b8ab-2886d20d713e
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-03T04:50:35.041Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: f176165a-53ad-4c61-96aa-0f5a28b2bab3
2022-07-03T04:50:35.041Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||No resources found for Service: 4fdcf7e1-3d51-48cf-9010-7829eb815e2a
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-03T04:50:35.050Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||
2022-07-03T04:50:35.051Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-03T04:50:35.052Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 4fdcf7e1-3d51-48cf-9010-7829eb815e2a
2022-07-03T04:50:35.052Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4fdcf7e1-3d51-48cf-9010-7829eb815e2a
2022-07-03T04:50:35.052Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-03T04:50:35.052Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.057Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61808f0a, org.onap.sdc.toscaparser.api.parameters.Input@de5540b, org.onap.sdc.toscaparser.api.parameters.Input@296472b1, org.onap.sdc.toscaparser.api.parameters.Input@70bd682, org.onap.sdc.toscaparser.api.parameters.Input@6216e1b6]
2022-07-03T04:50:35.058Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.059Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.059Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.059Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.060Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4fdcf7e1-3d51-48cf-9010-7829eb815e2a: Generic NeutronNet
2022-07-03T04:50:35.060Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.060Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.060Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.061Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.096Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.096Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.097Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.097Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.097Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:50:35.097Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:50:35.098Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.151Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-03T04:50:35.152Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.152Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||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-03T04:50:35.152Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:50:35.152Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:50:35.154Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:50:35.154Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823835152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:50:35.254Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:50:35.255Z||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-03T04:50:35.256Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:50:35.270Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:50:35.271Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:50:36.155Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff4bf025-c7fe-4d80-9ea0-eab584999a78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:50:36.170Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff4bf025-c7fe-4d80-9ea0-eab584999a78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:50:36.179Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:50:36.180Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T04:50:36.180Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T04:50:36.181Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T04:50:36.181Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:50:36.181Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:50:36.182Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:50:36.182Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:50:36.182Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:50:36.182Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:50:36.183Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T04:50:36.191Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T04:51:06.192Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff4bf025-c7fe-4d80-9ea0-eab584999a78 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-03T04:51:06.199Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff4bf025-c7fe-4d80-9ea0-eab584999a78 and serviceModelVersionId: 4fdcf7e1-3d51-48cf-9010-7829eb815e2a
2022-07-03T04:51:06.199Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1654a89-c8c1-4b88-9801-05ab992923b5
2022-07-03T04:51:06.201Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1654a89-c8c1-4b88-9801-05ab992923b5/model-vers/model-ver/4fdcf7e1-3d51-48cf-9010-7829eb815e2a?depth=0
2022-07-03T04:51:06.207Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T04:51:06.278Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1654a89-c8c1-4b88-9801-05ab992923b5/model-vers/model-ver/4fdcf7e1-3d51-48cf-9010-7829eb815e2a?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-03T04:51:06.280Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1654a89-c8c1-4b88-9801-05ab992923b5/model-vers/model-ver/4fdcf7e1-3d51-48cf-9010-7829eb815e2a?depth=0|INFO|500||Invoke
2022-07-03T04:51:06.305Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1654a89-c8c1-4b88-9801-05ab992923b5/model-vers/model-ver/4fdcf7e1-3d51-48cf-9010-7829eb815e2a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T04:51:06.406Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1654a89-c8c1-4b88-9801-05ab992923b5/model-vers/model-ver/4fdcf7e1-3d51-48cf-9010-7829eb815e2a?depth=0|INFO|500||InvokeReturn
2022-07-03T04:51:06.408Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1654a89-c8c1-4b88-9801-05ab992923b5/model-vers/model-ver/4fdcf7e1-3d51-48cf-9010-7829eb815e2a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-04:51:06:675-1276], vertex-id=[417816], Content-Length=[0], Date=[Sun, 03 Jul 2022 04:51:06 GMT], Content-Type=[application/json]}
2022-07-03T04:51:06.408Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-07-03T04:51:06.413Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T04:51:06.413Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T04:51:06.417Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T04:51:06.418Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff4bf025-c7fe-4d80-9ea0-eab584999a78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T04:51:06.418Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T04:51:06.418Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:06.421Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:06.421Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823866418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:51:06.521Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:51:06.522Z||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-03T04:51:06.522Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:06.542Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:06.543Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T04:51:07.433Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T04:51:07.434Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac4c91df-3ee6-42dc-ac2e-de256c17a12c","serviceName":"Demo_pNF_WSyBD4nZ0I43wcCAAmKy","serviceVersion":"1.0","serviceUUID":"7d7b4bfe-205f-4120-be2d-b5738a3dd422","serviceDescription":"catalog service description","serviceInvariantUUID":"12761b5b-29d2-4eaf-aa7d-b7f64d890782","resources":[{"resourceInstanceName":"pNF 6f2b59ef-c11c 0","resourceName":"pNF 6f2b59ef-c11c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"862bc1a3-30eb-4ff1-8be6-eb8a0f6703e1","resourceInvariantUUID":"309becc6-6a62-4335-ba0d-61fa2217fdaf","resourceCustomizationUUID":"7e229306-3b0b-4060-81cc-b14db1ed5b37","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vf-license-model.xml","artifactChecksum":"ZTkzODdjYzc5NWE1MGMzZDA2ZGVmZjc4YjIzZTYxZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"819374a0-f2db-48bb-a9b5-22ec58efb3a7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/pNF.csar","artifactChecksum":"NzQyNDVlNzE2MWZjZTUzZjk5NjVjNGUzZmEzOGVjZTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e180c64-b620-4252-bc40-67dc5350a003","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95a68764-4439-416e-ad68-ca403c108a38","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vendor-license-model.xml","artifactChecksum":"YjIyODJmZDc4N2Q3ZjIwYmNkODUwYzY2OTI2ZGY1ZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"236f30c9-a41d-4a51-8ec1-32319997d797","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57268e38-2806-4204-8b47-733ecbfed444","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d37930fa-1c33-47b6-a690-7e058adb88cc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWsybd4nz0i43wccaamky-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-template.yml","artifactChecksum":"NDViMDM0M2Y0NmY3NTk3ZjFiZjczZTg0YWQ2OTIwYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1219dc5e-1dbc-4be4-b420-846f5da6af06","artifactVersion":"1"},{"artifactName":"service-DemoPnfWsybd4nz0i43wccaamky-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar","artifactChecksum":"YzM1YWU4MTRiNjhmZTI3ZTBmZDkzYjA3OTRmNzE5ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"739d4947-6cf6-4f56-9135-17f175aac2a3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T04:51:07.434Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:51:07.435Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:07.436Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:07.437Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:51:07.537Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:51:07.538Z||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-03T04:51:07.538Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:07.555Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:07.556Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:51:08.437Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:51:08.438Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:08.440Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:08.440Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:51:08.540Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:51:08.541Z||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-03T04:51:08.541Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:08.561Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:08.562Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:51:09.445Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:51:09.446Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:09.448Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:09.448Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:51:09.548Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:51:09.549Z||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-03T04:51:09.549Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:09.601Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:09.602Z||pool-42-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:51:10.448Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:51:10.449Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:10.451Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:10.451Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:51:10.551Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:51:10.552Z||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-03T04:51:10.552Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:10.572Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:10.573Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:51:11.452Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:51:11.452Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:11.454Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:11.454Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:51:11.554Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:51:11.555Z||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-03T04:51:11.555Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:11.574Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:11.575Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:51:12.455Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:51:12.456Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:12.458Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:12.458Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:51:12.558Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:51:12.559Z||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-03T04:51:12.560Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:12.576Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:12.577Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:51:13.460Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:51:13.460Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:13.464Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:13.464Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:51:13.562Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-03T04:51:13.563Z||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-03T04:51:13.563Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:13.579Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:13.579Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:51:14.465Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:51:14.473Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:14.491Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:14.491Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:51:14.591Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:51:14.592Z||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-03T04:51:14.593Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:14.612Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:14.612Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:51:15.492Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "serviceName": "Demo_pNF_WSyBD4nZ0I43wcCAAmKy",
  "serviceVersion": "1.0",
  "serviceUUID": "7d7b4bfe-205f-4120-be2d-b5738a3dd422",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "12761b5b-29d2-4eaf-aa7d-b7f64d890782",
  "resources": [
    {
      "resourceInstanceName": "pNF 6f2b59ef-c11c 0",
      "resourceCustomizationUUID": "7e229306-3b0b-4060-81cc-b14db1ed5b37",
      "resourceName": "pNF 6f2b59ef-c11c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "862bc1a3-30eb-4ff1-8be6-eb8a0f6703e1",
      "resourceInvariantUUID": "309becc6-6a62-4335-ba0d-61fa2217fdaf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
      "artifactChecksum": "YzM1YWU4MTRiNjhmZTI3ZTBmZDkzYjA3OTRmNzE5ZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "739d4947-6cf6-4f56-9135-17f175aac2a3"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T04:51:15.493Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T04:51:15.493Z|ff4bf025-c7fe-4d80-9ea0-eab584999a78|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d7b4bfe-205f-4120-be2d-b5738a3dd422 ASDC
2022-07-03T04:51:15.493Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ac4c91df-3ee6-42dc-ac2e-de256c17a12c
ServiceName:Demo_pNF_WSyBD4nZ0I43wcCAAmKy
ServiceVersion:1.0
ServiceUUID:7d7b4bfe-205f-4120-be2d-b5738a3dd422
ServiceInvariantUUID:12761b5b-29d2-4eaf-aa7d-b7f64d890782
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
ArtifactUUID:739d4947-6cf6-4f56-9135-17f175aac2a3
ArtifactChecksum:YzM1YWU4MTRiNjhmZTI3ZTBmZDkzYjA3OTRmNzE5ZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6f2b59ef-c11c 0
ResourceCustomizationUUID:7e229306-3b0b-4060-81cc-b14db1ed5b37
ResourceInvariantUUID:309becc6-6a62-4335-ba0d-61fa2217fdaf
ResourceName:pNF 6f2b59ef-c11c
ResourceType:PNF
ResourceUUID:862bc1a3-30eb-4ff1-8be6-eb8a0f6703e1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-03T04:51:15.494Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d7b4bfe-205f-4120-be2d-b5738a3dd422 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-03T04:51:15.519Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:51:15.520Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:51:15.520Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:51:15.520Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 739d4947-6cf6-4f56-9135-17f175aac2a3 from URL: /sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:15.520Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:51:15.520Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:15.592Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:51:15.596Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar 739d4947-6cf6-4f56-9135-17f175aac2a3 82655
2022-07-03T04:51:15.596Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar ASDC sendASDCNotification
2022-07-03T04:51:15.596Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:15.596Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:51:15.596Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:15.599Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:15.599Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823875596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:51:15.700Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T04:51:15.701Z||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-03T04:51:15.701Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:15.719Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:15.720Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:51:16.599Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:51:16.601Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:51:16.602Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 739d4947-6cf6-4f56-9135-17f175aac2a3, URL: /sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar to file: /app/ASDC/1/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:16.602Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:16.603Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:16.603Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:16.790Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13896514823507566158/Definitions/service-DemoPnfWsybd4nz0i43wccaamky-template.yml
2022-07-03T04:51:17.494Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T04:51:17.495Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-03T04:51:17.495Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:17.495Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-03T04:51:17.495Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6f2b59ef-c11c 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-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:17.495Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||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-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:17.495Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:17.495Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||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-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:17.495Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:17.495Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:17.496Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:17.496Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-03T04:51:17.496Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:51:17.496Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_WSyBD4nZ0I43wcCAAmKy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:51:17.496Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Node template pNF 6f2b59ef-c11c 0 is matching search criteria
2022-07-03T04:51:17.496Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-03T04:51:17.496Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6f2b59ef-c11c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:51:17.497Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:51:17.497Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_WSyBD4nZ0I43wcCAAmKy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:51:17.497Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Node template pNF 6f2b59ef-c11c 0 is matching search criteria
2022-07-03T04:51:17.497Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-03T04:51:17.497Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6f2b59ef-c11c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:51:17.498Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:51:17.498Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_WSyBD4nZ0I43wcCAAmKy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:51:17.498Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:51:17.498Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_WSyBD4nZ0I43wcCAAmKy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:51:17.498Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:51:17.498Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_WSyBD4nZ0I43wcCAAmKy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:51:17.498Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:51:17.498Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_WSyBD4nZ0I43wcCAAmKy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:51:17.499Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:51:17.499Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_WSyBD4nZ0I43wcCAAmKy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:51:17.499Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WSyBD4nZ0I43wcCAAmKy
Description:catalog service description
Model UUID:7d7b4bfe-205f-4120-be2d-b5738a3dd422
Model Version:NULL
Model InvariantUuid:12761b5b-29d2-4eaf-aa7d-b7f64d890782
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-03T04:51:17.507Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 862bc1a3-30eb-4ff1-8be6-eb8a0f6703e1
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-03T04:51:17.509Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||pNF 6f2b59ef-c11c 0
2022-07-03T04:51:17.509Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 862bc1a3-30eb-4ff1-8be6-eb8a0f6703e1
2022-07-03T04:51:17.510Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 7d7b4bfe-205f-4120-be2d-b5738a3dd422
2022-07-03T04:51:17.510Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7d7b4bfe-205f-4120-be2d-b5738a3dd422
2022-07-03T04:51:17.510Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6f2b59ef-c11c 0 862bc1a3-30eb-4ff1-8be6-eb8a0f6703e1 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-03T04:51:17.513Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b1e80b7, org.onap.sdc.toscaparser.api.parameters.Input@3b3d055a, org.onap.sdc.toscaparser.api.parameters.Input@1cb947c3, org.onap.sdc.toscaparser.api.parameters.Input@1b751d9b, org.onap.sdc.toscaparser.api.parameters.Input@74812d7a]
2022-07-03T04:51:17.513Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:51:17.514Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_WSyBD4nZ0I43wcCAAmKy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:51:17.514Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7d7b4bfe-205f-4120-be2d-b5738a3dd422: pNF 6f2b59ef-c11c
2022-07-03T04:51:17.514Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||Processing PNF resource: 862bc1a3-30eb-4ff1-8be6-eb8a0f6703e1
2022-07-03T04:51:17.514Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:51:17.514Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_WSyBD4nZ0I43wcCAAmKy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:51:17.514Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||Resource customization UUID: 7e229306-3b0b-4060-81cc-b14db1ed5b37 is the same as notified resource customizationUUID: 7e229306-3b0b-4060-81cc-b14db1ed5b37
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-03T04:51:17.553Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6f2b59ef-c11c 862bc1a3-30eb-4ff1-8be6-eb8a0f6703e1 0 ASDC deployResourceStructure
2022-07-03T04:51:17.554Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar ASDC sendASDCNotification
2022-07-03T04:51:17.554Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar
2022-07-03T04:51:17.554Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:51:17.554Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:51:17.556Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:51:17.556Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823877554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:51:17.656Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:51:17.657Z||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-03T04:51:17.657Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:51:17.672Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:17.672Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:51:18.557Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4c91df-3ee6-42dc-ac2e-de256c17a12c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:51:18.567Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4c91df-3ee6-42dc-ac2e-de256c17a12c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:51:18.569Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:51:18.570Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:51:18.570Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:51:30.322Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:51:30.323Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T04:51:30.323Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:51:30.486Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:51:30.487Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:51:30.487Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823824283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:51:30.488Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:51:48.570Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4c91df-3ee6-42dc-ac2e-de256c17a12c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:51:48.582Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4c91df-3ee6-42dc-ac2e-de256c17a12c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:51:48.584Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:51:48.584Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:51:48.584Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:52:18.585Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4c91df-3ee6-42dc-ac2e-de256c17a12c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:52:18.616Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4c91df-3ee6-42dc-ac2e-de256c17a12c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:52:18.619Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:52:18.620Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T04:52:18.620Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T04:52:30.322Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:52:30.324Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T04:52:30.325Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:52:30.356Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:52:30.378Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.378Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.380Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.381Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.381Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823824283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.381Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.381Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.381Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.382Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.382Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.382Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823833047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.382Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.382Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.383Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823833142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.383Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.383Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.383Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823834962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.384Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.384Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.384Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823835152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.384Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.384Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.385Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823835969,
  "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-03T04:52:30.392Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac4c91df-3ee6-42dc-ac2e-de256c17a12c
2022-07-03T04:52:30.392Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4c91df-3ee6-42dc-ac2e-de256c17a12c 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-03T04:52:30.408Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.408Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823838938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.408Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.408Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.409Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823838767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.409Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.409Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.409Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823838938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.409Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.410Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.410Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823838767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.410Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.410Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.410Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823838938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.411Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.411Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.411Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823838767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.411Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.411Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.411Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823838938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.412Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.412Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.412Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823838767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.412Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.412Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.413Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823838938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.413Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.413Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.413Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823838767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.413Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.413Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.414Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823838938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.414Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.414Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.414Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823837347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.414Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.415Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.415Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "cds",
  "timestamp": 1656823837716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.415Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.415Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.415Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823840437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.416Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.416Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.416Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "policy-id",
  "timestamp": 1656823833992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.416Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.416Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.417Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823838767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.417Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.417Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.417Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823838938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.417Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.418Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.418Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "cds",
  "timestamp": 1656823837716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.418Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.418Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.418Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823837347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.419Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.419Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.419Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823840437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.419Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.419Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.419Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "policy-id",
  "timestamp": 1656823833992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.420Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.420Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.420Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823838767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.420Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.421Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.421Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823838938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.421Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.422Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.422Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "cds",
  "timestamp": 1656823837716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.422Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.422Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.422Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823837347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.423Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.423Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.423Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823840437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.423Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.423Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.423Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "policy-id",
  "timestamp": 1656823833992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.424Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.424Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.424Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823838767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.424Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.425Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.425Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "cds",
  "timestamp": 1656823837716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.425Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.425Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.425Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823837347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.425Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.426Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.426Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823840437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.426Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.426Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.426Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "policy-id",
  "timestamp": 1656823833992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.426Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.427Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.427Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823847525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.427Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.427Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.427Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "cds",
  "timestamp": 1656823837716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.428Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.428Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.428Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823837347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.428Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.428Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.429Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823840437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.429Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.429Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.429Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "policy-id",
  "timestamp": 1656823833992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.429Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.429Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.430Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823837347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.430Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.430Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.430Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823840437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.430Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.431Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.431Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "cds",
  "timestamp": 1656823837716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.431Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.431Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.431Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "policy-id",
  "timestamp": 1656823833992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.431Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.432Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.432Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823837347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.432Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.432Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.432Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "cds",
  "timestamp": 1656823837716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.433Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.433Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.433Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823840437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.433Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.433Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.433Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "policy-id",
  "timestamp": 1656823833992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.434Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.434Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.434Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823850743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.434Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.434Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.435Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "cds",
  "timestamp": 1656823850628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.435Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.435Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.435Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "policy-id",
  "timestamp": 1656823850502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.435Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.436Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.436Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823852205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.436Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.436Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.436Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "cds",
  "timestamp": 1656823851635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T04:52:30.449Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3979056f-2dfc-4af2-a054-21e9f18766d7
2022-07-03T04:52:30.449Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3979056f-2dfc-4af2-a054-21e9f18766d7 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-03T04:52:30.457Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.457Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "policy-id",
  "timestamp": 1656823851506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.458Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.458Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.458Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823851804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.458Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.458Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.459Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "aai-ml",
  "timestamp": 1656823853209,
  "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-03T04:52:30.464Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac4c91df-3ee6-42dc-ac2e-de256c17a12c
2022-07-03T04:52:30.465Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4c91df-3ee6-42dc-ac2e-de256c17a12c 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-03T04:52:30.473Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.474Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "policy-id",
  "timestamp": 1656823852509,
  "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-03T04:52:30.478Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3979056f-2dfc-4af2-a054-21e9f18766d7
2022-07-03T04:52:30.479Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3979056f-2dfc-4af2-a054-21e9f18766d7 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-03T04:52:30.487Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.487Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823852852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.487Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.487Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.488Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823852716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.488Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.488Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.488Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823853875,
  "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-03T04:52:30.493Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3979056f-2dfc-4af2-a054-21e9f18766d7
2022-07-03T04:52:30.493Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3979056f-2dfc-4af2-a054-21e9f18766d7 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-03T04:52:30.500Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.500Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823852716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.500Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.501Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.501Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823854879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.501Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.501Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.501Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823853992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.501Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.501Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.501Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.501Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.502Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.502Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823852716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.502Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.502Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.502Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823856769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.502Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.502Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.502Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823853992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.502Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.503Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.503Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.503Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.503Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.503Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823852716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.503Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.503Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.503Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823853992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.503Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823857347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823852716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.504Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.505Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.505Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823858780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.505Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.505Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.505Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823853992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.505Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.505Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.505Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.505Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.506Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.506Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823857347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.506Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.506Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.506Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823852716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.506Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.506Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.506Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "clamp",
  "timestamp": 1656823859787,
  "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-03T04:52:30.511Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac4c91df-3ee6-42dc-ac2e-de256c17a12c
2022-07-03T04:52:30.511Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4c91df-3ee6-42dc-ac2e-de256c17a12c 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-03T04:52:30.519Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.519Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823853992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.519Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.519Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.519Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.519Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.519Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.519Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823857347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.520Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.520Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.520Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823852716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.520Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.520Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.520Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823853992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.521Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.521Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.521Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.521Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.521Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.521Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823857347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823852716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823853992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823860437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.522Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823857347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823852716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823853992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.523Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.524Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.524Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823860437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.524Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.524Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.524Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823862027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.524Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.524Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.524Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823857347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.524Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823862471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823853992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823860437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.525Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823857347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.526Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.526Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.526Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "cds",
  "timestamp": 1656823863477,
  "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-03T04:52:30.537Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f42d06cf-6045-4b87-936e-02ae8ea3f8bc
2022-07-03T04:52:30.537Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f42d06cf-6045-4b87-936e-02ae8ea3f8bc 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-03T04:52:30.545Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.545Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823863761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.545Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.545Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.545Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823860437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.546Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.546Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.546Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823857347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.546Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.546Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.546Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823864293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.546Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.547Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.547Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823864765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.547Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.547Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.547Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823860437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.547Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.547Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.547Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656823857347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.547Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.548Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.548Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823865298,
  "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-03T04:52:30.552Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3979056f-2dfc-4af2-a054-21e9f18766d7
2022-07-03T04:52:30.552Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3979056f-2dfc-4af2-a054-21e9f18766d7 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-03T04:52:30.558Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.559Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "policy-id",
  "timestamp": 1656823865768,
  "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-03T04:52:30.562Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f42d06cf-6045-4b87-936e-02ae8ea3f8bc
2022-07-03T04:52:30.563Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f42d06cf-6045-4b87-936e-02ae8ea3f8bc 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-03T04:52:30.570Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.570Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823860437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.570Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.570Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.570Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.570Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.571Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.571Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ff4bf025-c7fe-4d80-9ea0-eab584999a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823866418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:52:30.571Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.571Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.571Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823860437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.571Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.571Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.571Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.572Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.572Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.572Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.572Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.573Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.573Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823860437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.573Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.573Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.573Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.573Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.573Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.573Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.573Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.574Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.574Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.574Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.574Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.574Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.574Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.575Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.575Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823860437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.575Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.575Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.575Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.575Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.576Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.576Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.576Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.576Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.576Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.576Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.577Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.577Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.577Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.577Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.577Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823870154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.577Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.578Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.578Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.578Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.578Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.578Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.578Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.578Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.579Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.579Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.579Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.579Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.579Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.579Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.579Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823871214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.580Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.580Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.580Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.580Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.580Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.580Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.581Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.581Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.581Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.581Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.581Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.581Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.581Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823872271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.582Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.583Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.583Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.583Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/resourceInstances/pnf6f2b59efc11c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.583Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.583Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.583Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.583Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.584Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.584Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823873318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.584Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.584Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.584Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.584Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.584Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.585Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.585Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.585Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.585Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.585Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.585Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.585Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.586Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.586Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.586Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823874367,
  "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-03T04:52:30.591Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f42d06cf-6045-4b87-936e-02ae8ea3f8bc
2022-07-03T04:52:30.591Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f42d06cf-6045-4b87-936e-02ae8ea3f8bc 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-03T04:52:30.598Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.598Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.598Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.598Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.598Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823854283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823830319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.599Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:52:30.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656823875370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.600Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823875485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.601Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.601Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.601Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823875596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.601Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.601Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.601Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "aai-ml",
  "timestamp": 1656823876513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.602Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.602Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.602Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823877554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWsybd4nz0i43wccaamky/1.0/artifacts/service-DemoPnfWsybd4nz0i43wccaamky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.602Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.602Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.602Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823877726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.603Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.603Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.603Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656823878730,
  "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-03T04:52:30.608Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f42d06cf-6045-4b87-936e-02ae8ea3f8bc
2022-07-03T04:52:30.608Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f42d06cf-6045-4b87-936e-02ae8ea3f8bc 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-03T04:52:30.616Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.616Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "aai-ml",
  "timestamp": 1656823883188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.617Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.617Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.617Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "aai-ml",
  "timestamp": 1656823884192,
  "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-03T04:52:30.622Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3979056f-2dfc-4af2-a054-21e9f18766d7
2022-07-03T04:52:30.622Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3979056f-2dfc-4af2-a054-21e9f18766d7 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-03T04:52:30.630Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.630Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.630Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.630Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.630Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.630Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "clamp",
  "timestamp": 1656823888773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.631Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.632Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.632Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.632Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:52:30.632Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:52:30.632Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:52:30.632Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "clamp",
  "timestamp": 1656823890795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:52:30.632Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:52:48.620Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4c91df-3ee6-42dc-ac2e-de256c17a12c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:52:48.631Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4c91df-3ee6-42dc-ac2e-de256c17a12c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:52:48.634Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:52:48.634Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T04:52:48.634Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T04:52:48.634Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T04:52:48.634Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:52:48.634Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:52:48.634Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:52:48.634Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:52:48.634Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:52:48.634Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:52:48.635Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:52:48.635Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T04:52:48.641Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T04:53:18.641Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac4c91df-3ee6-42dc-ac2e-de256c17a12c 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-03T04:53:18.647Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac4c91df-3ee6-42dc-ac2e-de256c17a12c and serviceModelVersionId: 7d7b4bfe-205f-4120-be2d-b5738a3dd422
2022-07-03T04:53:18.647Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 12761b5b-29d2-4eaf-aa7d-b7f64d890782
2022-07-03T04:53:18.648Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/12761b5b-29d2-4eaf-aa7d-b7f64d890782/model-vers/model-ver/7d7b4bfe-205f-4120-be2d-b5738a3dd422?depth=0
2022-07-03T04:53:18.657Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T04:53:18.718Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12761b5b-29d2-4eaf-aa7d-b7f64d890782/model-vers/model-ver/7d7b4bfe-205f-4120-be2d-b5738a3dd422?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-03T04:53:18.721Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12761b5b-29d2-4eaf-aa7d-b7f64d890782/model-vers/model-ver/7d7b4bfe-205f-4120-be2d-b5738a3dd422?depth=0|INFO|500||Invoke
2022-07-03T04:53:18.749Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12761b5b-29d2-4eaf-aa7d-b7f64d890782/model-vers/model-ver/7d7b4bfe-205f-4120-be2d-b5738a3dd422?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T04:53:18.947Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12761b5b-29d2-4eaf-aa7d-b7f64d890782/model-vers/model-ver/7d7b4bfe-205f-4120-be2d-b5738a3dd422?depth=0|INFO|500||InvokeReturn
2022-07-03T04:53:18.948Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12761b5b-29d2-4eaf-aa7d-b7f64d890782/model-vers/model-ver/7d7b4bfe-205f-4120-be2d-b5738a3dd422?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220703-04:53:19:121-66813], vertex-id=[417800], Content-Length=[0], Date=[Sun, 03 Jul 2022 04:53:19 GMT], Content-Type=[application/json]}
2022-07-03T04:53:18.949Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-07-03T04:53:18.949Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T04:53:18.949Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T04:53:18.956Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T04:53:18.956Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac4c91df-3ee6-42dc-ac2e-de256c17a12c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T04:53:18.957Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T04:53:18.957Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:18.960Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:18.960Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823998956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:53:19.060Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:53:19.062Z||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-03T04:53:19.065Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:19.085Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:19.086Z||pool-50-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T04:53:19.974Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:53:19.975Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:53:19.975Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:24.401Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:24.402Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T04:53:24.402Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3979056f-2dfc-4af2-a054-21e9f18766d7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cccc0523-e060-4cdc-83c3-9e413c90c267","serviceDescription":"service","serviceInvariantUUID":"3677891d-27d1-4e4f-9556-0697efbadc28","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2aa3b4b-9d25-4df2-948f-7ea2d8b65a0d","resourceInvariantUUID":"d131bf87-6aec-452e-87b7-038d54c3cd55","resourceCustomizationUUID":"210b6b26-08f6-438c-b544-16f187e79ec8","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":"OTM2MGQ3MDY4OWI5NjQ4OGVmZDY4YWI2YmE0NDUxZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"798d0637-9922-416a-b63f-e29930265334","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":"Y2Y4MjljM2Y2MzNmN2EyZWZiNGNhODY1ZDkzZGYwNTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6acc5727-5b49-4e5d-bb65-9bd710df30b4","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":"b5c11557-11e1-412e-95ea-f3925ab89703","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":"f75a0ab0-7897-4727-91d9-8f2b51529b12","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":"833df036-24ef-4867-a36b-693cb7677447","artifactVersion":"2","generatedFromUUID":"b5c11557-11e1-412e-95ea-f3925ab89703"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWQ0Y2U2MjdjMzZmYmJkMzk1M2M1NmY2ZThjOGRhOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b461b2b7-ac9b-4e60-b6d1-c713b4cfbcab","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGMxYWI4MzI1ODZlZGRjZTQ5NmE2NzM2NmMzMTBmMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b13c50a9-2e80-4c19-86a6-586037e06b88","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T04:53:24.405Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:53:24.405Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:24.407Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:24.407Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:53:24.507Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:53:24.508Z||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-03T04:53:24.508Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:24.540Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:24.541Z||pool-51-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:25.408Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:53:25.409Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:25.412Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:25.412Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:53:25.512Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:53:25.513Z||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-03T04:53:25.514Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:25.537Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:25.538Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:26.413Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:53:26.413Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:26.415Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:26.415Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:53:26.516Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:53:26.517Z||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-03T04:53:26.517Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:26.533Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:26.534Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:27.416Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:53:27.417Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:27.419Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:27.419Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:53:27.519Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:53:27.520Z||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-03T04:53:27.520Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:27.536Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:27.537Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:28.420Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:53:28.420Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:28.431Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:28.431Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T04:53:28.522Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-07-03T04:53:28.523Z||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-03T04:53:28.524Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:28.538Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:28.538Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:53:29.433Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:53:29.434Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:29.438Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:29.438Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:53:29.536Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-03T04:53:29.537Z||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-03T04:53:29.537Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:29.567Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:29.568Z||pool-56-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:30.322Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:53:30.323Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T04:53:30.323Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:53:30.364Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:30.364Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-03T04:53:30.364Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:53:30.366Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:53:30.439Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:53:30.439Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:30.441Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:30.441Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:53:30.541Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:53:30.542Z||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-03T04:53:30.542Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:30.558Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:30.558Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:53:31.446Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "cccc0523-e060-4cdc-83c3-9e413c90c267",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3677891d-27d1-4e4f-9556-0697efbadc28",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "210b6b26-08f6-438c-b544-16f187e79ec8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e2aa3b4b-9d25-4df2-948f-7ea2d8b65a0d",
      "resourceInvariantUUID": "d131bf87-6aec-452e-87b7-038d54c3cd55",
      "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": "Y2Y4MjljM2Y2MzNmN2EyZWZiNGNhODY1ZDkzZGYwNTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6acc5727-5b49-4e5d-bb65-9bd710df30b4",
          "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": "b5c11557-11e1-412e-95ea-f3925ab89703",
          "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": "833df036-24ef-4867-a36b-693cb7677447",
            "generatedFromUUID": "b5c11557-11e1-412e-95ea-f3925ab89703"
          },
          "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": "833df036-24ef-4867-a36b-693cb7677447",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NGMxYWI4MzI1ODZlZGRjZTQ5NmE2NzM2NmMzMTBmMzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b13c50a9-2e80-4c19-86a6-586037e06b88"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T04:53:31.447Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T04:53:31.447Z|ac4c91df-3ee6-42dc-ac2e-de256c17a12c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cccc0523-e060-4cdc-83c3-9e413c90c267 ASDC
2022-07-03T04:53:31.448Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3979056f-2dfc-4af2-a054-21e9f18766d7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:cccc0523-e060-4cdc-83c3-9e413c90c267
ServiceInvariantUUID:3677891d-27d1-4e4f-9556-0697efbadc28
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:b13c50a9-2e80-4c19-86a6-586037e06b88
ArtifactChecksum:NGMxYWI4MzI1ODZlZGRjZTQ5NmE2NzM2NmMzMTBmMzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:210b6b26-08f6-438c-b544-16f187e79ec8
ResourceInvariantUUID:d131bf87-6aec-452e-87b7-038d54c3cd55
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e2aa3b4b-9d25-4df2-948f-7ea2d8b65a0d
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:6acc5727-5b49-4e5d-bb65-9bd710df30b4
ArtifactChecksum:Y2Y4MjljM2Y2MzNmN2EyZWZiNGNhODY1ZDkzZGYwNTI=
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:b5c11557-11e1-412e-95ea-f3925ab89703
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:833df036-24ef-4867-a36b-693cb7677447
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:833df036-24ef-4867-a36b-693cb7677447
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T04:53:31.448Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cccc0523-e060-4cdc-83c3-9e413c90c267 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-03T04:53:31.485Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:53:31.486Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:53:31.486Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:53:31.487Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b13c50a9-2e80-4c19-86a6-586037e06b88 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-03T04:53:31.487Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:53:31.487Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-03T04:53:31.563Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:53:31.567Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b13c50a9-2e80-4c19-86a6-586037e06b88 71069
2022-07-03T04:53:31.567Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:31.567Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:31.567Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:53:31.567Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:31.569Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:31.570Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824011567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:53:31.670Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:53:31.673Z||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-03T04:53:31.673Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:31.691Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:31.691Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:32.570Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:53:32.571Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:53:32.572Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b13c50a9-2e80-4c19-86a6-586037e06b88, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T04:53:32.572Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-03T04:53:32.573Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T04:53:32.573Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T04:53:32.788Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16895673260154079303/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-03T04:53:33.996Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T04:53:33.997Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-03T04:53:33.997Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T04:53:33.997Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-03T04:53:33.997Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:33.997Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:33.998Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T04:53:33.998Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T04:53:33.998Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T04:53:33.998Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:33.998Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T04:53:33.998Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:33.998Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-03T04:53:33.998Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-03T04:53:33.998Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:33.999Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:33.999Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T04:53:33.999Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-03T04:53:33.999Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:53:33.999Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.000Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:34.000Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T04:53:34.000Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-03T04:53:34.000Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:53:34.000Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.000Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:34.000Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.001Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-03T04:53:34.001Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-03T04:53:34.001Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-03T04:53:34.001Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-03T04:53:34.001Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T04:53:34.001Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T04:53:34.001Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.002Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T04:53:34.002Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.002Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T04:53:34.002Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:53:34.002Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.002Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T04:53:34.003Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:53:34.003Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.003Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T04:53:34.003Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:53:34.003Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.003Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-03T04:53:34.003Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-03T04:53:34.004Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T04:53:34.004Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=049dd02b-53f3-409d-99ea-f7c6cd3d0af9
2022-07-03T04:53:34.004Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.004Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:34.004Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.004Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:34.004Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.004Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:34.005Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:34.005Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:34.005Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:cccc0523-e060-4cdc-83c3-9e413c90c267
Model Version:NULL
Model InvariantUuid:3677891d-27d1-4e4f-9556-0697efbadc28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:efc5c88e-105d-4848-bf0f-a0e0af180a23
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d131bf87-6aec-452e-87b7-038d54c3cd55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:210b6b26-08f6-438c-b544-16f187e79ec8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1886e48b-ae3d-4725-8428-b33eabac3af5
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:bee66e69-9fa3-46eb-9447-9342a019a6be
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:049dd02b-53f3-409d-99ea-f7c6cd3d0af9
ModelInvariantUuid:91bcc1bb-6959-4bb4-adeb-32efdbea3055
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ee94a7f9-4ae6-446c-b4d6-89f6d61a369f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:be648a4b-a9b7-4c49-9a0f-e29f47bd9a56
ModelInvariantUuid:cafe8096-3f78-4e6f-939d-e7b641ff488b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:40449f88-b534-4efe-872d-efba54b1981d
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-03T04:53:34.013Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e2aa3b4b-9d25-4df2-948f-7ea2d8b65a0d
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-03T04:53:34.016Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-07-03T04:53:34.016Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2aa3b4b-9d25-4df2-948f-7ea2d8b65a0d
2022-07-03T04:53:34.017Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6acc5727-5b49-4e5d-bb65-9bd710df30b4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-03T04:53:34.017Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:53:34.017Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:34.167Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:53:34.167Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6acc5727-5b49-4e5d-bb65-9bd710df30b4 787
2022-07-03T04:53:34.168Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:34.168Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:34.168Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:53:34.168Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:34.172Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:34.172Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824014168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:53:34.274Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T04:53:34.274Z||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-03T04:53:34.274Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:34.294Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:34.294Z||pool-59-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:53:35.173Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1886e48b-ae3d-4725-8428-b33eabac3af5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bee66e69-9fa3-46eb-9447-9342a019a6be",
    "vfModuleModelCustomizationUUID": "bb7f1780-cb8f-4baa-a5a4-422e2cb55bbd",
    "isBase": true,
    "artifacts": [
      "b5c11557-11e1-412e-95ea-f3925ab89703",
      "833df036-24ef-4867-a36b-693cb7677447"
    ],
    "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-03T04:53:35.195Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bee66e69-9fa3-46eb-9447-9342a019a6be
VfModuleModelInvariantUUID:1886e48b-ae3d-4725-8428-b33eabac3af5
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5c11557-11e1-412e-95ea-f3925ab89703
,
833df036-24ef-4867-a36b-693cb7677447

}
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-03T04:53:35.199Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1886e48b-ae3d-4725-8428-b33eabac3af5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bee66e69-9fa3-46eb-9447-9342a019a6be",
    "vfModuleModelCustomizationUUID": "bb7f1780-cb8f-4baa-a5a4-422e2cb55bbd",
    "isBase": true,
    "artifacts": [
      "b5c11557-11e1-412e-95ea-f3925ab89703",
      "833df036-24ef-4867-a36b-693cb7677447"
    ],
    "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-03T04:53:35.199Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bee66e69-9fa3-46eb-9447-9342a019a6be
VfModuleModelInvariantUUID:1886e48b-ae3d-4725-8428-b33eabac3af5
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5c11557-11e1-412e-95ea-f3925ab89703
,
833df036-24ef-4867-a36b-693cb7677447

}
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-03T04:53:35.199Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b5c11557-11e1-412e-95ea-f3925ab89703 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-03T04:53:35.199Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:53:35.200Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:35.273Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:53:35.274Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b5c11557-11e1-412e-95ea-f3925ab89703 5033
2022-07-03T04:53:35.274Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:35.274Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:35.274Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:53:35.275Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:35.277Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:35.277Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824015274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:53:35.379Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-03T04:53:35.380Z||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-03T04:53:35.380Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:35.399Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:35.399Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:36.286Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 833df036-24ef-4867-a36b-693cb7677447 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-03T04:53:36.289Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:53:36.289Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:36.380Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:53:36.381Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 833df036-24ef-4867-a36b-693cb7677447 903
2022-07-03T04:53:36.382Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:36.382Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:36.382Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:53:36.382Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:36.385Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:36.385Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:53:36.486Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:53:36.486Z||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-03T04:53:36.486Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:36.500Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:36.502Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:53:37.393Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cccc0523-e060-4cdc-83c3-9e413c90c267
2022-07-03T04:53:37.394Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e2aa3b4b-9d25-4df2-948f-7ea2d8b65a0d 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-03T04:53:37.426Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ebf7a58, org.onap.sdc.toscaparser.api.parameters.Input@4599cf3, org.onap.sdc.toscaparser.api.parameters.Input@42dead92, org.onap.sdc.toscaparser.api.parameters.Input@2187413f, org.onap.sdc.toscaparser.api.parameters.Input@448f92ed]
2022-07-03T04:53:37.431Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.431Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:37.431Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-07-03T04:53:37.431Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 210b6b26-08f6-438c-b544-16f187e79ec8
2022-07-03T04:53:37.431Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 210b6b26-08f6-438c-b544-16f187e79ec8 matches Tosca VF Customization UUID: 210b6b26-08f6-438c-b544-16f187e79ec8
2022-07-03T04:53:37.431Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 210b6b26-08f6-438c-b544-16f187e79ec8  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-03T04:53:37.435Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.435Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:37.436Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 210b6b26-08f6-438c-b544-16f187e79ec8: {\"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-03T04:53:37.436Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20e99e52
2022-07-03T04:53:37.436Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.436Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T04:53:37.436Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bb7f1780-cb8f-4baa-a5a4-422e2cb55bbd
2022-07-03T04:53:37.437Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bb7f1780-cb8f-4baa-a5a4-422e2cb55bbd
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-03T04:53:37.439Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.439Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T04:53:37.439Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:53:37.439Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.440Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T04:53:37.440Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:53:37.440Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.440Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-03T04:53:37.440Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-03T04:53:37.441Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T04:53:37.441Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=049dd02b-53f3-409d-99ea-f7c6cd3d0af9
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-03T04:53:37.443Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.443Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T04:53:37.443Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:53:37.444Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.444Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-03T04:53:37.444Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=210b6b26-08f6-438c-b544-16f187e79ec8
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-03T04:53:37.447Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.447Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:37.448Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cccc0523-e060-4cdc-83c3-9e413c90c267: basic_vm
2022-07-03T04:53:37.448Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.448Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:37.449Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.449Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:37.449Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.449Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:37.449Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.449Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:37.450Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:53:37.450Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:53:37.450Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:37.587Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e2aa3b4b-9d25-4df2-948f-7ea2d8b65a0d 1 ASDC deployResourceStructure
2022-07-03T04:53:37.588Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:37.588Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:37.588Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:53:37.589Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:37.590Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:37.591Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824017588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:53:37.697Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-03T04:53:37.698Z||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-03T04:53:37.698Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:37.714Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:37.715Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:38.592Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:38.592Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:38.592Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:53:38.593Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:38.595Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:38.595Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824018591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T04:53:38.696Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:53:38.696Z||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-03T04:53:38.696Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:38.720Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:38.720Z||pool-63-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:39.596Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:39.597Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:39.597Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:53:39.597Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:39.600Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:39.601Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824019596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-03T04:53:39.700Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:53:39.700Z||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-03T04:53:39.701Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:39.724Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:39.724Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:40.602Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:40.603Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||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-03T04:53:40.603Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:53:40.603Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:53:40.605Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:53:40.605Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824020602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:53:40.705Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:53:40.706Z||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-03T04:53:40.707Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:53:40.725Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:53:40.726Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:53:41.607Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3979056f-2dfc-4af2-a054-21e9f18766d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:53:41.619Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3979056f-2dfc-4af2-a054-21e9f18766d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:53:41.629Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:53:41.630Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T04:53:41.631Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T04:53:41.631Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T04:53:41.631Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:53:41.631Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:53:41.631Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:53:41.631Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:53:41.632Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:53:41.632Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T04:53:41.638Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T04:54:11.638Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3979056f-2dfc-4af2-a054-21e9f18766d7 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-03T04:54:11.652Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3979056f-2dfc-4af2-a054-21e9f18766d7 and serviceModelVersionId: cccc0523-e060-4cdc-83c3-9e413c90c267
2022-07-03T04:54:11.652Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3677891d-27d1-4e4f-9556-0697efbadc28
2022-07-03T04:54:11.653Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3677891d-27d1-4e4f-9556-0697efbadc28/model-vers/model-ver/cccc0523-e060-4cdc-83c3-9e413c90c267?depth=0
2022-07-03T04:54:11.659Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T04:54:11.720Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3677891d-27d1-4e4f-9556-0697efbadc28/model-vers/model-ver/cccc0523-e060-4cdc-83c3-9e413c90c267?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-03T04:54:11.722Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3677891d-27d1-4e4f-9556-0697efbadc28/model-vers/model-ver/cccc0523-e060-4cdc-83c3-9e413c90c267?depth=0|INFO|500||Invoke
2022-07-03T04:54:11.743Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3677891d-27d1-4e4f-9556-0697efbadc28/model-vers/model-ver/cccc0523-e060-4cdc-83c3-9e413c90c267?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T04:54:11.828Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3677891d-27d1-4e4f-9556-0697efbadc28/model-vers/model-ver/cccc0523-e060-4cdc-83c3-9e413c90c267?depth=0|INFO|500||InvokeReturn
2022-07-03T04:54:11.829Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3677891d-27d1-4e4f-9556-0697efbadc28/model-vers/model-ver/cccc0523-e060-4cdc-83c3-9e413c90c267?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-04:54:12:113-94801], vertex-id=[434184], Content-Length=[0], Date=[Sun, 03 Jul 2022 04:54:12 GMT], Content-Type=[application/json]}
2022-07-03T04:54:11.830Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-07-03T04:54:11.830Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T04:54:11.831Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T04:54:11.836Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T04:54:11.837Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3979056f-2dfc-4af2-a054-21e9f18766d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T04:54:11.837Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T04:54:11.838Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:11.840Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:11.840Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824051837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:54:11.940Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:11.941Z||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-03T04:54:11.941Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:11.966Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:11.966Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 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-03T04:54:12.852Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-03T04:54:12.852Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f42d06cf-6045-4b87-936e-02ae8ea3f8bc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9b716a79-b045-4a20-858c-0f4621da316c","serviceDescription":"service","serviceInvariantUUID":"dcae48e9-989b-41c2-89d2-992ddd2682b3","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4be15682-911a-4b86-9df4-e5c5f445b606","resourceInvariantUUID":"6dd87e27-c54f-46bf-bcff-edb2ef50c2f4","resourceCustomizationUUID":"d62019d9-5701-42f0-a8ff-0132fa33d366","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":"NzBkYWMxMGEyMzMxYTIyOThiYmYzNmUzZjRkMzBlNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8150e771-824b-40f7-8f24-3c1d85ea1b55","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":"5b820a9f-bded-4740-84d9-7bb37d87d75c","artifactVersion":"2","generatedFromUUID":"4fdabc05-4b32-4d25-b9cb-f5588f4cd3bb"},{"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":"4fdabc05-4b32-4d25-b9cb-f5588f4cd3bb","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":"NzVjNzZiMzI4MTlkYWZiNWRiOWY4OTFlODc1ZGIzYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"005b4f2e-4b41-4cfe-855c-e1238aabc218","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":"de28c4c5-494e-4dbd-b682-2ce1cd5c5728","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":"756f4531-4e2f-4b8e-88d1-9477813b1838","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":"ee0bcb06-76ca-4f21-98e8-951ca8ec357d","artifactVersion":"2","generatedFromUUID":"de28c4c5-494e-4dbd-b682-2ce1cd5c5728"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjNiMGFmNDZiNTY0YmJkZDc3ZWEyY2ViZWFjMmU4Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67a1a0d9-68d6-4c81-96ad-333875bf817e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGViOWE0MThjYTkwNjZlYTYyYTJkZDU1YmU4NDQ5ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"daab281d-7914-453c-a9f5-22e6fe7408a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T04:54:12.853Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:54:12.853Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:12.855Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:12.855Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:12.955Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:12.956Z||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-03T04:54:12.957Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:12.974Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:12.974Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:13.856Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:54:13.861Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:13.864Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:13.864Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-03T04:54:13.965Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:13.966Z||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-03T04:54:13.966Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:13.985Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:13.988Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:14.867Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:54:14.868Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:14.871Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:14.871Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-03T04:54:14.970Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:54:14.971Z||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-03T04:54:14.971Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:14.986Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:14.986Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:15.874Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:54:15.876Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:15.878Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:15.878Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:54:15.978Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:15.981Z||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-03T04:54:15.981Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:15.998Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:15.999Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:16.878Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:54:16.879Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:16.881Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:16.881Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:54:16.981Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:16.982Z||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-03T04:54:16.982Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:16.997Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:16.998Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:17.882Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:54:17.883Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:17.884Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:17.885Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:17.985Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:54:17.985Z||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-03T04:54:17.986Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:18.007Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:18.008Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:18.885Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:54:18.886Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:18.887Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:18.888Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-03T04:54:18.988Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:18.989Z||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-03T04:54:18.989Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:19.008Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:19.009Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:19.888Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:54:19.889Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:19.891Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:19.891Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:19.991Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:19.992Z||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-03T04:54:19.992Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:20.009Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:20.010Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:20.891Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T04:54:20.892Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:20.894Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:20.894Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:54:20.995Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:20.995Z||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-03T04:54:20.995Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:21.015Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:21.016Z||pool-75-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:21.895Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9b716a79-b045-4a20-858c-0f4621da316c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dcae48e9-989b-41c2-89d2-992ddd2682b3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d62019d9-5701-42f0-a8ff-0132fa33d366",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4be15682-911a-4b86-9df4-e5c5f445b606",
      "resourceInvariantUUID": "6dd87e27-c54f-46bf-bcff-edb2ef50c2f4",
      "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": "5b820a9f-bded-4740-84d9-7bb37d87d75c",
          "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": "4fdabc05-4b32-4d25-b9cb-f5588f4cd3bb",
          "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": "NzVjNzZiMzI4MTlkYWZiNWRiOWY4OTFlODc1ZGIzYjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "005b4f2e-4b41-4cfe-855c-e1238aabc218",
          "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": "de28c4c5-494e-4dbd-b682-2ce1cd5c5728",
          "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": "ee0bcb06-76ca-4f21-98e8-951ca8ec357d",
            "generatedFromUUID": "de28c4c5-494e-4dbd-b682-2ce1cd5c5728"
          },
          "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": "ee0bcb06-76ca-4f21-98e8-951ca8ec357d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OGViOWE0MThjYTkwNjZlYTYyYTJkZDU1YmU4NDQ5ODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "daab281d-7914-453c-a9f5-22e6fe7408a9"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T04:54:21.896Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T04:54:21.896Z|3979056f-2dfc-4af2-a054-21e9f18766d7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9b716a79-b045-4a20-858c-0f4621da316c ASDC
2022-07-03T04:54:21.896Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f42d06cf-6045-4b87-936e-02ae8ea3f8bc
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9b716a79-b045-4a20-858c-0f4621da316c
ServiceInvariantUUID:dcae48e9-989b-41c2-89d2-992ddd2682b3
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:daab281d-7914-453c-a9f5-22e6fe7408a9
ArtifactChecksum:OGViOWE0MThjYTkwNjZlYTYyYTJkZDU1YmU4NDQ5ODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d62019d9-5701-42f0-a8ff-0132fa33d366
ResourceInvariantUUID:6dd87e27-c54f-46bf-bcff-edb2ef50c2f4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4be15682-911a-4b86-9df4-e5c5f445b606
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:5b820a9f-bded-4740-84d9-7bb37d87d75c
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:4fdabc05-4b32-4d25-b9cb-f5588f4cd3bb
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:005b4f2e-4b41-4cfe-855c-e1238aabc218
ArtifactChecksum:NzVjNzZiMzI4MTlkYWZiNWRiOWY4OTFlODc1ZGIzYjg=
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:de28c4c5-494e-4dbd-b682-2ce1cd5c5728
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:ee0bcb06-76ca-4f21-98e8-951ca8ec357d
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:ee0bcb06-76ca-4f21-98e8-951ca8ec357d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T04:54:21.896Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b716a79-b045-4a20-858c-0f4621da316c 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-03T04:54:21.930Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:54:21.930Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:54:21.930Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:54:21.930Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: daab281d-7914-453c-a9f5-22e6fe7408a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-03T04:54:21.931Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:54:21.931Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-03T04:54:22.058Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:54:22.061Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar daab281d-7914-453c-a9f5-22e6fe7408a9 68957
2022-07-03T04:54:22.062Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:22.062Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:22.062Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:54:22.062Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:22.064Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:22.064Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824062062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:54:22.164Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:22.165Z||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-03T04:54:22.165Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:22.182Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:22.183Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:23.065Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T04:54:23.066Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-03T04:54:23.067Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: daab281d-7914-453c-a9f5-22e6fe7408a9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T04:54:23.093Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-03T04:54:23.094Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T04:54:23.094Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T04:54:23.265Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5493422934321827556/Definitions/service-BasicCnf-template.yml
2022-07-03T04:54:24.276Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T04:54:24.276Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-03T04:54:24.277Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T04:54:24.277Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-03T04:54:24.277Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:24.277Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:24.277Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-03T04:54:24.277Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:24.278Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-03T04:54:24.278Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.278Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:24.278Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T04:54:24.278Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-03T04:54:24.279Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:54:24.279Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.279Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:24.279Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T04:54:24.279Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-03T04:54:24.280Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T04:54:24.280Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.280Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:24.280Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.280Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-03T04:54:24.281Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-03T04:54:24.281Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-03T04:54:24.281Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T04:54:24.281Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.281Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T04:54:24.282Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.282Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T04:54:24.282Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:54:24.282Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.283Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T04:54:24.283Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:54:24.283Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.283Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T04:54:24.283Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:54:24.284Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.285Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-03T04:54:24.285Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-03T04:54:24.285Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b69af4f6-0f97-4a8a-b5f4-2fd84698585d
2022-07-03T04:54:24.285Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.285Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:24.286Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.286Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:24.286Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.286Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:24.287Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:24.287Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:24.287Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9b716a79-b045-4a20-858c-0f4621da316c
Model Version:NULL
Model InvariantUuid:dcae48e9-989b-41c2-89d2-992ddd2682b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:47964041-9d43-4c9d-9bd3-78bd29afd56f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6dd87e27-c54f-46bf-bcff-edb2ef50c2f4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d62019d9-5701-42f0-a8ff-0132fa33d366
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:901910d2-4303-478a-a4ad-1a0b6c6af5ec
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:fd041e4b-5d2e-4e17-bf68-0c2b2bf5038c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b69af4f6-0f97-4a8a-b5f4-2fd84698585d
ModelInvariantUuid:8cd7a602-3e81-4ff5-b3d6-72a4da08f814
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a0ca586e-d6b4-4814-86d6-fbba85f874e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1f071498-1b61-4066-9d14-5d90df2648bd
ModelInvariantUuid:2420daa7-4d62-445f-a3b2-3d7c61206a74
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e00c2323-fc99-4345-87b3-197b1f4264e6
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-03T04:54:24.297Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4be15682-911a-4b86-9df4-e5c5f445b606
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-03T04:54:24.300Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-07-03T04:54:24.300Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4be15682-911a-4b86-9df4-e5c5f445b606
2022-07-03T04:54:24.300Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5b820a9f-bded-4740-84d9-7bb37d87d75c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-03T04:54:24.301Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:54:24.301Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:24.376Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:54:24.377Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5b820a9f-bded-4740-84d9-7bb37d87d75c 12
2022-07-03T04:54:24.377Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:24.377Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:24.377Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:54:24.378Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:24.380Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:24.381Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824064377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:54:24.486Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-03T04:54:24.487Z||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-03T04:54:24.487Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:24.504Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:24.504Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:54:25.381Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4fdabc05-4b32-4d25-b9cb-f5588f4cd3bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-03T04:54:25.382Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:54:25.382Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:25.450Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:54:25.451Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4fdabc05-4b32-4d25-b9cb-f5588f4cd3bb 2688
2022-07-03T04:54:25.451Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:25.451Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:25.451Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:54:25.452Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:25.453Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:25.454Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824065451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:54:25.554Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:25.554Z||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-03T04:54:25.555Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:25.581Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:25.581Z||pool-78-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:26.455Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 005b4f2e-4b41-4cfe-855c-e1238aabc218 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-03T04:54:26.455Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:54:26.455Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:26.542Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:54:26.542Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 005b4f2e-4b41-4cfe-855c-e1238aabc218 828
2022-07-03T04:54:26.543Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:26.543Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:26.543Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:54:26.543Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:26.545Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:26.545Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824066543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:54:26.646Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:26.646Z||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-03T04:54:26.646Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:26.666Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:26.666Z||pool-79-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:54:27.546Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "901910d2-4303-478a-a4ad-1a0b6c6af5ec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd041e4b-5d2e-4e17-bf68-0c2b2bf5038c",
    "vfModuleModelCustomizationUUID": "630b5764-a9d5-40ed-9fc4-03b8c73a7f45",
    "isBase": true,
    "artifacts": [
      "4fdabc05-4b32-4d25-b9cb-f5588f4cd3bb",
      "de28c4c5-494e-4dbd-b682-2ce1cd5c5728",
      "ee0bcb06-76ca-4f21-98e8-951ca8ec357d"
    ],
    "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-03T04:54:27.550Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd041e4b-5d2e-4e17-bf68-0c2b2bf5038c
VfModuleModelInvariantUUID:901910d2-4303-478a-a4ad-1a0b6c6af5ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fdabc05-4b32-4d25-b9cb-f5588f4cd3bb
,
de28c4c5-494e-4dbd-b682-2ce1cd5c5728
,
ee0bcb06-76ca-4f21-98e8-951ca8ec357d

}
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-03T04:54:27.551Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "901910d2-4303-478a-a4ad-1a0b6c6af5ec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd041e4b-5d2e-4e17-bf68-0c2b2bf5038c",
    "vfModuleModelCustomizationUUID": "630b5764-a9d5-40ed-9fc4-03b8c73a7f45",
    "isBase": true,
    "artifacts": [
      "4fdabc05-4b32-4d25-b9cb-f5588f4cd3bb",
      "de28c4c5-494e-4dbd-b682-2ce1cd5c5728",
      "ee0bcb06-76ca-4f21-98e8-951ca8ec357d"
    ],
    "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-03T04:54:27.551Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd041e4b-5d2e-4e17-bf68-0c2b2bf5038c
VfModuleModelInvariantUUID:901910d2-4303-478a-a4ad-1a0b6c6af5ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fdabc05-4b32-4d25-b9cb-f5588f4cd3bb
,
de28c4c5-494e-4dbd-b682-2ce1cd5c5728
,
ee0bcb06-76ca-4f21-98e8-951ca8ec357d

}
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-03T04:54:27.552Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: de28c4c5-494e-4dbd-b682-2ce1cd5c5728 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-03T04:54:27.552Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:54:27.552Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:27.605Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:54:27.606Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml de28c4c5-494e-4dbd-b682-2ce1cd5c5728 1164
2022-07-03T04:54:27.606Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:27.606Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:27.606Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:54:27.606Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:27.608Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:27.608Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824067606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:54:27.708Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:27.709Z||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-03T04:54:27.709Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:27.724Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:27.724Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:28.609Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee0bcb06-76ca-4f21-98e8-951ca8ec357d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-03T04:54:28.609Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-03T04:54:28.609Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:28.655Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-03T04:54:28.655Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ee0bcb06-76ca-4f21-98e8-951ca8ec357d 200
2022-07-03T04:54:28.655Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:28.656Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:28.656Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T04:54:28.656Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:28.657Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:28.657Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824068655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:54:28.758Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:28.758Z||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-03T04:54:28.758Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:28.778Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:28.778Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:29.658Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9b716a79-b045-4a20-858c-0f4621da316c
2022-07-03T04:54:29.659Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4be15682-911a-4b86-9df4-e5c5f445b606 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-03T04:54:29.671Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:29.678Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@743b0074, org.onap.sdc.toscaparser.api.parameters.Input@4ed8ba38, org.onap.sdc.toscaparser.api.parameters.Input@3b733d48, org.onap.sdc.toscaparser.api.parameters.Input@43c68461, org.onap.sdc.toscaparser.api.parameters.Input@6f5214cd]
2022-07-03T04:54:29.679Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.679Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:29.679Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-07-03T04:54:29.679Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d62019d9-5701-42f0-a8ff-0132fa33d366
2022-07-03T04:54:29.679Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d62019d9-5701-42f0-a8ff-0132fa33d366 matches Tosca VF Customization UUID: d62019d9-5701-42f0-a8ff-0132fa33d366
2022-07-03T04:54:29.679Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d62019d9-5701-42f0-a8ff-0132fa33d366  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-03T04:54:29.681Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.681Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:29.682Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d62019d9-5701-42f0-a8ff-0132fa33d366: {\"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-03T04:54:29.682Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3179f3ea
2022-07-03T04:54:29.682Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.682Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T04:54:29.682Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 630b5764-a9d5-40ed-9fc4-03b8c73a7f45
2022-07-03T04:54:29.682Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 630b5764-a9d5-40ed-9fc4-03b8c73a7f45
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-03T04:54:29.684Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.685Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T04:54:29.685Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:54:29.685Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.685Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T04:54:29.685Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:54:29.686Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.686Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-03T04:54:29.686Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-03T04:54:29.686Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b69af4f6-0f97-4a8a-b5f4-2fd84698585d
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-03T04:54:29.688Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.688Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T04:54:29.688Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T04:54:29.688Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.689Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-03T04:54:29.689Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d62019d9-5701-42f0-a8ff-0132fa33d366
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-03T04:54:29.691Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.691Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:29.691Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9b716a79-b045-4a20-858c-0f4621da316c: basic_cnf
2022-07-03T04:54:29.691Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.691Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:29.691Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.691Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:29.692Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.692Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:29.692Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.692Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:29.692Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T04:54:29.692Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T04:54:29.692Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:29.749Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4be15682-911a-4b86-9df4-e5c5f445b606 1 ASDC deployResourceStructure
2022-07-03T04:54:29.750Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:29.750Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:29.750Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-03T04:54:29.750Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:29.752Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:29.752Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824069749,
  "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-03T04:54:29.852Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:29.853Z||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-03T04:54:29.853Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:29.870Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:29.871Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:30.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:54:30.324Z||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-03T04:54:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:54:30.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:30.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "clamp",
  "timestamp": 1656823891822,
  "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-03T04:54:30.380Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3979056f-2dfc-4af2-a054-21e9f18766d7
2022-07-03T04:54:30.380Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3979056f-2dfc-4af2-a054-21e9f18766d7 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-03T04:54:30.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:30.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:30.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823868767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:54:30.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:30.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823894295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:54:30.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:54:30.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:30.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:54:30.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:30.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:30.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:30.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:54:30.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823868939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:54:30.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:54:30.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823901660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:54:30.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:54:30.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "aai-ml",
  "timestamp": 1656823902663,
  "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-03T04:54:30.398Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f42d06cf-6045-4b87-936e-02ae8ea3f8bc
2022-07-03T04:54:30.398Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f42d06cf-6045-4b87-936e-02ae8ea3f8bc 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-03T04:54:30.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823910779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:54:30.406Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:54:30.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823912790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:54:30.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:54:30.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:54:30.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "clamp",
  "timestamp": 1656823913797,
  "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-03T04:54:30.411Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f42d06cf-6045-4b87-936e-02ae8ea3f8bc
2022-07-03T04:54:30.411Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f42d06cf-6045-4b87-936e-02ae8ea3f8bc 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-03T04:54:30.753Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:30.754Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:30.754Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-03T04:54:30.755Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:30.757Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:30.757Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824070753,
  "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-03T04:54:30.857Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:30.858Z||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-03T04:54:30.858Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:30.874Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:30.874Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:31.758Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:31.758Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:31.759Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:54:31.759Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:31.762Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:31.762Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824071758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:54:31.862Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:31.863Z||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-03T04:54:31.863Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:31.877Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:31.878Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T04:54:32.763Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:32.763Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:32.763Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:54:32.763Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:32.766Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:32.766Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824072763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T04:54:32.867Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:32.867Z||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-03T04:54:32.868Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:32.889Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:32.889Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:54:33.767Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:33.767Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:33.768Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:54:33.768Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:33.770Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:33.770Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824073767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-03T04:54:33.873Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-03T04:54:33.874Z||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-03T04:54:33.874Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:33.890Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:33.890Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:54:34.771Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:34.771Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||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-03T04:54:34.771Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T04:54:34.771Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:54:34.773Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:54:34.773Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824074771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:54:34.873Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T04:54:34.875Z||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-03T04:54:34.875Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:54:34.926Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:54:34.927Z||pool-87-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-07-03T04:54:35.774Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f42d06cf-6045-4b87-936e-02ae8ea3f8bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:54:36.202Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f42d06cf-6045-4b87-936e-02ae8ea3f8bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:54:36.204Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T04:54:36.204Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T04:54:36.205Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T04:54:36.205Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T04:54:36.205Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:54:36.205Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:54:36.205Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:54:36.205Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:54:36.205Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:54:36.205Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T04:54:36.205Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T04:54:36.209Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T04:55:06.209Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f42d06cf-6045-4b87-936e-02ae8ea3f8bc 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-03T04:55:06.215Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f42d06cf-6045-4b87-936e-02ae8ea3f8bc and serviceModelVersionId: 9b716a79-b045-4a20-858c-0f4621da316c
2022-07-03T04:55:06.216Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcae48e9-989b-41c2-89d2-992ddd2682b3
2022-07-03T04:55:06.216Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcae48e9-989b-41c2-89d2-992ddd2682b3/model-vers/model-ver/9b716a79-b045-4a20-858c-0f4621da316c?depth=0
2022-07-03T04:55:06.220Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T04:55:06.260Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcae48e9-989b-41c2-89d2-992ddd2682b3/model-vers/model-ver/9b716a79-b045-4a20-858c-0f4621da316c?depth=0|INFO|500||Invoke
2022-07-03T04:55:06.261Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcae48e9-989b-41c2-89d2-992ddd2682b3/model-vers/model-ver/9b716a79-b045-4a20-858c-0f4621da316c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcae48e9-989b-41c2-89d2-992ddd2682b3/model-vers/model-ver/9b716a79-b045-4a20-858c-0f4621da316c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f42d06cf-6045-4b87-936e-02ae8ea3f8bc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[910b99de-e4f6-4124-ad13-61e58accd0ab], X-ECOMP-RequestID=[f42d06cf-6045-4b87-936e-02ae8ea3f8bc], X-TransactionId=[], X-ONAP-RequestID=[f42d06cf-6045-4b87-936e-02ae8ea3f8bc], Content-Type=[application/merge-patch+json]}
2022-07-03T04:55:06.283Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcae48e9-989b-41c2-89d2-992ddd2682b3/model-vers/model-ver/9b716a79-b045-4a20-858c-0f4621da316c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T04:55:06.467Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcae48e9-989b-41c2-89d2-992ddd2682b3/model-vers/model-ver/9b716a79-b045-4a20-858c-0f4621da316c?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/dcae48e9-989b-41c2-89d2-992ddd2682b3/model-vers/model-ver/9b716a79-b045-4a20-858c-0f4621da316c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-04:55:06:652-86945], vertex-id=[450584], Content-Length=[0], Date=[Sun, 03 Jul 2022 04:55:06 GMT], Content-Type=[application/json]}
2022-07-03T04:55:06.467Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcae48e9-989b-41c2-89d2-992ddd2682b3/model-vers/model-ver/9b716a79-b045-4a20-858c-0f4621da316c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T04:55:06.468Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dcae48e9-989b-41c2-89d2-992ddd2682b3/model-vers/model-ver/9b716a79-b045-4a20-858c-0f4621da316c?depth=0|INFO|500||InvokeReturn
2022-07-03T04:55:06.468Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T04:55:06.468Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T04:55:06.473Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T04:55:06.473Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f42d06cf-6045-4b87-936e-02ae8ea3f8bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T04:55:06.473Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T04:55:06.474Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-03T04:55:06.475Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T04:55:06.475Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824106473,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:55:06.576Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T04:55:06.576Z||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-03T04:55:06.576Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T04:55:06.597Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:55:06.598Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 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-03T04:55:07.487Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:55:07.487Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:55:07.487Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:55:17.054Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:55:17.055Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:55:17.056Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:55:17.056Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:55:26.613Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:55:26.614Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:55:26.614Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:55:26.614Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:55:30.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:55:30.322Z||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-03T04:55:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:55:30.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:55:30.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:55:30.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4c91df-3ee6-42dc-ac2e-de256c17a12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823998956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:55:30.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:55:30.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:55:30.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:55:30.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:55:30.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:55:30.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:55:30.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:55:30.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:55:30.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:55:30.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:55:30.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:55:30.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:55:30.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:55:30.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:55:30.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T04:55:30.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:55:30.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T04:55:30.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:55:30.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:55:36.174Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:55:36.174Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:55:36.175Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T04:55:36.175Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WDGr021BIy1mSfUs) ...
2022-07-03T04:55:45.719Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:56:30.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:56:30.320Z||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-03T04:56:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:56:30.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:56:30.322Z||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-03T04:56:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:56:30.357Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:56:30.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:56:30.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:56:30.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824011567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:56:30.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824014168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:56:30.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824015274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:56:30.360Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:56:30.360Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824017588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:56:30.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824018591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T04:56:30.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824019596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-03T04:56:30.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824020602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:56:30.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3979056f-2dfc-4af2-a054-21e9f18766d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824051837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:56:30.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:56:30.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:56:30.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-03T04:56:30.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:56:30.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-03T04:56:30.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:56:30.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T04:56:30.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:56:30.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-03T04:56:30.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:56:30.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:56:30.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:56:30.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-03T04:56:30.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:56:30.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T04:56:30.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:56:30.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656823999974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T04:56:30.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-03T04:56:30.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824062062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:56:30.366Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824064377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:56:30.366Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824065451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:56:30.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824066543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:56:30.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824067606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:56:30.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824068655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T04:56:30.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:30.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T04:56:30.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824069749,
  "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-03T04:56:30.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:56:39.883Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:57:30.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:57:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:57:30.323Z||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-03T04:57:30.323Z||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-03T04:57:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:57:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:57:30.867Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:57:30.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:57:30.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824070753,
  "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-03T04:57:30.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:57:30.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:57:30.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824071758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T04:57:30.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:57:30.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:57:30.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824072763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T04:57:30.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:57:30.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:57:30.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824073767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-03T04:57:30.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:57:30.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:57:30.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824074771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T04:57:30.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:57:30.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-03T04:57:30.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f42d06cf-6045-4b87-936e-02ae8ea3f8bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824106473,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T04:57:30.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T04:57:39.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:58:30.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:58:30.320Z||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-03T04:58:30.320Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:58:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:58:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|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-03T04:58:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:58:39.877Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:58:39.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:59:30.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:59:30.321Z||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-03T04:59:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T04:59:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T04:59:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|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-03T04:59:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|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 WDGr021BIy1mSfUs) ...
2022-07-03T04:59:39.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T04:59:39.906Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:00:30.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:00:30.320Z||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-03T05:00:30.320Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:00:30.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:00:30.323Z||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-03T05:00:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:00:39.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:00:39.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:01:30.320Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:01:30.321Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T05:01:30.321Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:01:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:01:30.323Z||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-03T05:01:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:01:39.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:01:39.892Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:02:30.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:02:30.321Z||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-03T05:02:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:02:30.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:02:30.322Z||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-03T05:02:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:02:39.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:02:39.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:03:30.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:03:30.322Z||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-03T05:03:30.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:03:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:03:30.323Z||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-03T05:03:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:03:39.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:03:39.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:04:30.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:04:30.321Z||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-03T05:04:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:04:30.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:04:30.322Z||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-03T05:04:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:04:39.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:04:39.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:30.319Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:05:30.320Z||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-03T05:05:30.320Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:05:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:05:30.322Z||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-03T05:05:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:05:30.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:30.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824680437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.703Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824680437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824680437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824680437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824692716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824680437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824692716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824680437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824693992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824694283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824692716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824680437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824693992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824694283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824692716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824680437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824693992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824694283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824697347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824692716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824680437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824693992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824694283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824697347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824692716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824680437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824693992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824694283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824697347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824692716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824699924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.713Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824693992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824694283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824697347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824692716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824693992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824701017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.715Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824694283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824697347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824692716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824693992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824702067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824694283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824697347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824692716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824693992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824703130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824694283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824697347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824703502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824693992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824704192,
  "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-03T05:05:30.740Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8b4736e-072e-41f8-9122-33b72581bb5b
2022-07-03T05:05:30.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b4736e-072e-41f8-9122-33b72581bb5b 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-03T05:05:30.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824694283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824697347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824704780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824705195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T05:05:30.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824705090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824697347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824705785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:05:30.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "cds",
  "timestamp": 1656824706168,
  "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-03T05:05:30.756Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8b4736e-072e-41f8-9122-33b72581bb5b
2022-07-03T05:05:30.756Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b4736e-072e-41f8-9122-33b72581bb5b 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-03T05:05:30.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824697347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824706200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "policy-id",
  "timestamp": 1656824706794,
  "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-03T05:05:30.772Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8b4736e-072e-41f8-9122-33b72581bb5b
2022-07-03T05:05:30.772Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b4736e-072e-41f8-9122-33b72581bb5b 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-03T05:05:30.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824706200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824707643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:05:30.779Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "cds",
  "timestamp": 1656824707716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824706200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824708655,
  "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-03T05:05:30.784Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8b4736e-072e-41f8-9122-33b72581bb5b
2022-07-03T05:05:30.784Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b4736e-072e-41f8-9122-33b72581bb5b 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-03T05:05:30.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "cds",
  "timestamp": 1656824707716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824706200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "cds",
  "timestamp": 1656824707716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824706200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "cds",
  "timestamp": 1656824707716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824706200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "cds",
  "timestamp": 1656824707716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824706200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "cds",
  "timestamp": 1656824707716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824706200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "cds",
  "timestamp": 1656824707716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824713992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824715014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "cds",
  "timestamp": 1656824707716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824713992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824716127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "cds",
  "timestamp": 1656824716495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824713992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824717220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824717347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "cds",
  "timestamp": 1656824717720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T05:05:30.821Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bcad63f-a575-415d-ad5f-f1f79ce1f370
2022-07-03T05:05:30.821Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcad63f-a575-415d-ad5f-f1f79ce1f370 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-03T05:05:30.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824713992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824718249,
  "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-03T05:05:30.837Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bcad63f-a575-415d-ad5f-f1f79ce1f370
2022-07-03T05:05:30.837Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcad63f-a575-415d-ad5f-f1f79ce1f370 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-03T05:05:30.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824717347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824713992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824719602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824719253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T05:05:30.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824717347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824713992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824717347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824713992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824717347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824713992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:05:30.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824717347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824722707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824717347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824723710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:05:30.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824717347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "policy-id",
  "timestamp": 1656824724712,
  "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-03T05:05:30.854Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bcad63f-a575-415d-ad5f-f1f79ce1f370
2022-07-03T05:05:30.854Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcad63f-a575-415d-ad5f-f1f79ce1f370 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-03T05:05:30.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824724284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824724284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824727364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:05:30.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824724284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "aai-ml",
  "timestamp": 1656824728368,
  "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-03T05:05:30.868Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8b4736e-072e-41f8-9122-33b72581bb5b
2022-07-03T05:05:30.868Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b4736e-072e-41f8-9122-33b72581bb5b 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-03T05:05:30.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824724284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824724284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824730930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:30.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:05:30.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824724284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:30.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:05:30.992Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:30.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T05:05:30.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8b4736e-072e-41f8-9122-33b72581bb5b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1c594766-99c7-4bdc-a655-e4164b680b44","serviceDescription":"service","serviceInvariantUUID":"4930e7e7-bff4-4e99-922e-18a768513ce5","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f72ecad-c619-41a7-92f0-b3030d50bb50","resourceInvariantUUID":"c1fe0ee4-1ef1-4a7f-a109-9cdca67b7a1d","resourceCustomizationUUID":"d1801877-bcf4-424c-ac88-569a2c9ea2d1","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":"ZjkzZTJkZDlmYzFkNTAyZDlkNzZjNWRkZjkyYmI0MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d4994f1-c990-45e0-9ae9-b04fba66b660","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":"MDQ2MDY5OWFlNzdkYmI4N2I0NzcxZjRiNTNhZTYxNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"976bccbd-cfd1-42be-968b-be273945acec","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":"eb1c97c6-0cb5-4473-a70b-a3bbd909f461","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":"12b0baf7-a5f4-4c67-a900-3f4a238a4b39","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":"28e3ef70-ea3f-4b53-a187-726495e908cd","artifactVersion":"2","generatedFromUUID":"78a458e1-249e-4137-9005-da6d76e827c6"},{"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":"b7cf5b60-9116-4254-a69b-cc503f17c43f","artifactVersion":"2","generatedFromUUID":"eb1c97c6-0cb5-4473-a70b-a3bbd909f461"},{"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":"78a458e1-249e-4137-9005-da6d76e827c6","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":"af05deaf-9738-484a-8d60-8ef3dda693cb","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":"OTA1NGMyYmJkZWVjMzgwMWY3MmZlNTA0MTRhNTJkOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d41ec4e0-ec62-4313-85a0-3e2a24a6aa75","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"M2E4NzQwNzAzYmQyZWM3MTc4MmQ1YzExMDVkMmQ2YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc178512-553b-45a8-95b2-f5076ffba6e7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T05:05:30.996Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:05:30.997Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:31.002Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:31.002Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:31.108Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-03T05:05:31.109Z||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-03T05:05:31.109Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:31.124Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:31.124Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T05:05:32.003Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:05:32.003Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:32.006Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:32.006Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T05:05:32.106Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:32.107Z||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-03T05:05:32.108Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:32.129Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:32.130Z||pool-90-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-03T05:05:33.006Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:05:33.007Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:33.009Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:33.009Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-03T05:05:33.109Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:33.110Z||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-03T05:05:33.110Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:33.134Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:33.135Z||pool-91-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:34.010Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:05:34.010Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:34.012Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:34.012Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:34.112Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T05:05:34.113Z||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-03T05:05:34.114Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:34.131Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:34.131Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:35.017Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:05:35.018Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:35.020Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:35.020Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-03T05:05:35.120Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:35.121Z||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-03T05:05:35.121Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:35.149Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:35.150Z||pool-93-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:36.020Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:05:36.021Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:36.024Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:36.024Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-03T05:05:36.124Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:36.125Z||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-03T05:05:36.125Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:36.141Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:36.142Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:37.024Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:05:37.025Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:37.027Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:37.027Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-03T05:05:37.127Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T05:05:37.128Z||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-03T05:05:37.128Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:37.147Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:37.148Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:38.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:05:38.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:38.030Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:38.030Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:38.131Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T05:05:38.132Z||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-03T05:05:38.133Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:38.152Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:38.153Z||pool-96-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:39.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:05:39.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:39.034Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:39.034Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:05:39.134Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:39.135Z||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-03T05:05:39.135Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:39.164Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:39.164Z||pool-97-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:40.034Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:05:40.035Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:40.037Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:40.037Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:05:40.137Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:40.138Z||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-03T05:05:40.138Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:40.165Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:40.165Z||pool-98-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-03T05:05:41.038Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1c594766-99c7-4bdc-a655-e4164b680b44",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4930e7e7-bff4-4e99-922e-18a768513ce5",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "d1801877-bcf4-424c-ac88-569a2c9ea2d1",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9f72ecad-c619-41a7-92f0-b3030d50bb50",
      "resourceInvariantUUID": "c1fe0ee4-1ef1-4a7f-a109-9cdca67b7a1d",
      "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": "MDQ2MDY5OWFlNzdkYmI4N2I0NzcxZjRiNTNhZTYxNGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "976bccbd-cfd1-42be-968b-be273945acec",
          "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": "eb1c97c6-0cb5-4473-a70b-a3bbd909f461",
          "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": "b7cf5b60-9116-4254-a69b-cc503f17c43f",
            "generatedFromUUID": "eb1c97c6-0cb5-4473-a70b-a3bbd909f461"
          },
          "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": "28e3ef70-ea3f-4b53-a187-726495e908cd",
          "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": "b7cf5b60-9116-4254-a69b-cc503f17c43f",
          "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": "78a458e1-249e-4137-9005-da6d76e827c6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "M2E4NzQwNzAzYmQyZWM3MTc4MmQ1YzExMDVkMmQ2YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cc178512-553b-45a8-95b2-f5076ffba6e7"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T05:05:41.039Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T05:05:41.039Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1c594766-99c7-4bdc-a655-e4164b680b44 ASDC
2022-07-03T05:05:41.040Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c8b4736e-072e-41f8-9122-33b72581bb5b
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1c594766-99c7-4bdc-a655-e4164b680b44
ServiceInvariantUUID:4930e7e7-bff4-4e99-922e-18a768513ce5
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:cc178512-553b-45a8-95b2-f5076ffba6e7
ArtifactChecksum:M2E4NzQwNzAzYmQyZWM3MTc4MmQ1YzExMDVkMmQ2YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:d1801877-bcf4-424c-ac88-569a2c9ea2d1
ResourceInvariantUUID:c1fe0ee4-1ef1-4a7f-a109-9cdca67b7a1d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:9f72ecad-c619-41a7-92f0-b3030d50bb50
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:976bccbd-cfd1-42be-968b-be273945acec
ArtifactChecksum:MDQ2MDY5OWFlNzdkYmI4N2I0NzcxZjRiNTNhZTYxNGU=
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:eb1c97c6-0cb5-4473-a70b-a3bbd909f461
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:b7cf5b60-9116-4254-a69b-cc503f17c43f
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:28e3ef70-ea3f-4b53-a187-726495e908cd
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:b7cf5b60-9116-4254-a69b-cc503f17c43f
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:78a458e1-249e-4137-9005-da6d76e827c6
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T05:05:41.041Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c594766-99c7-4bdc-a655-e4164b680b44 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-03T05:05:41.080Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T05:05:41.081Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T05:05:41.081Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T05:05:41.081Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cc178512-553b-45a8-95b2-f5076ffba6e7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-03T05:05:41.081Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:05:41.082Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-03T05:05:41.170Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:05:41.177Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cc178512-553b-45a8-95b2-f5076ffba6e7 158207
2022-07-03T05:05:41.178Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:41.178Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:41.178Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:05:41.178Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:41.180Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:41.180Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824741178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:41.281Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:41.282Z||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-03T05:05:41.282Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:41.298Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:41.298Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:42.181Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T05:05:42.181Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T05:05:42.182Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cc178512-553b-45a8-95b2-f5076ffba6e7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T05:05:42.182Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-03T05:05:42.183Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T05:05:42.183Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T05:05:42.397Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11822236065905056392/Definitions/service-BasicCnfMacro-template.yml
2022-07-03T05:05:43.500Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T05:05:43.501Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T05:05:43.501Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T05:05:43.501Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-03T05:05:43.502Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-03T05:05:43.502Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:43.502Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:43.502Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:43.502Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T05:05:43.502Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.502Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:43.503Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T05:05:43.503Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T05:05:43.503Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T05:05:43.504Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.504Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:43.504Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T05:05:43.504Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T05:05:43.504Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T05:05:43.504Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.504Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:43.505Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.505Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-03T05:05:43.505Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-03T05:05:43.505Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-03T05:05:43.505Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T05:05:43.505Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.506Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T05:05:43.506Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.506Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T05:05:43.506Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:05:43.506Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.507Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T05:05:43.507Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:05:43.507Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.507Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T05:05:43.507Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:05:43.507Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.508Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T05:05:43.508Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:05:43.508Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.508Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-03T05:05:43.508Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-03T05:05:43.508Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=aab7c2f8-ab19-46ab-a324-40a86e1a9213
2022-07-03T05:05:43.509Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.509Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:43.509Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.509Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:43.509Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.509Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:43.510Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:43.510Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:43.510Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1c594766-99c7-4bdc-a655-e4164b680b44
Model Version:NULL
Model InvariantUuid:4930e7e7-bff4-4e99-922e-18a768513ce5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e7266231-c76a-4c14-8e3a-33e22e234e73
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c1fe0ee4-1ef1-4a7f-a109-9cdca67b7a1d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d1801877-bcf4-424c-ac88-569a2c9ea2d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9171c36b-a35a-496c-ba21-2837c3d138b0
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:1412d5e3-3b2c-4fdd-bf40-1419db9ed8c0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9893bec7-df27-4394-8e91-f2f67cf78055
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:ab8ec87d-4fca-4da7-9c29-0dfc1b5ae6bd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aab7c2f8-ab19-46ab-a324-40a86e1a9213
ModelInvariantUuid:a24b4bb4-7768-42c9-a977-3b1f1b185211
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:929c796f-af61-4c74-be74-37ff84dadb7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:1ae1adba-e778-4940-b969-067e52b00a45
ModelInvariantUuid:46935649-fa86-4f32-a5ed-a737dab8a94f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:8d9bebc6-c311-451c-a0e6-7cd4dca305a5
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-03T05:05:43.516Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f72ecad-c619-41a7-92f0-b3030d50bb50
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-03T05:05:43.525Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-07-03T05:05:43.525Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f72ecad-c619-41a7-92f0-b3030d50bb50
2022-07-03T05:05:43.525Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 976bccbd-cfd1-42be-968b-be273945acec from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-03T05:05:43.525Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:05:43.526Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:43.572Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:05:43.572Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 976bccbd-cfd1-42be-968b-be273945acec 1565
2022-07-03T05:05:43.573Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:43.573Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:43.573Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:05:43.573Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:43.575Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:43.575Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824743573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:43.675Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:43.676Z||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-03T05:05:43.676Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:43.691Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:43.692Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:44.576Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9893bec7-df27-4394-8e91-f2f67cf78055",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ab8ec87d-4fca-4da7-9c29-0dfc1b5ae6bd",
    "vfModuleModelCustomizationUUID": "9d5cd80a-7367-471b-9496-a1f94c5a9960",
    "isBase": true,
    "artifacts": [
      "eb1c97c6-0cb5-4473-a70b-a3bbd909f461",
      "b7cf5b60-9116-4254-a69b-cc503f17c43f"
    ],
    "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": "9171c36b-a35a-496c-ba21-2837c3d138b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1412d5e3-3b2c-4fdd-bf40-1419db9ed8c0",
    "vfModuleModelCustomizationUUID": "00a6534d-771f-4e4f-ba50-b848251a32eb",
    "isBase": false,
    "artifacts": [
      "78a458e1-249e-4137-9005-da6d76e827c6"
    ],
    "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-03T05:05:44.581Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab8ec87d-4fca-4da7-9c29-0dfc1b5ae6bd
VfModuleModelInvariantUUID:9893bec7-df27-4394-8e91-f2f67cf78055
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb1c97c6-0cb5-4473-a70b-a3bbd909f461
,
b7cf5b60-9116-4254-a69b-cc503f17c43f

}
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:1412d5e3-3b2c-4fdd-bf40-1419db9ed8c0
VfModuleModelInvariantUUID:9171c36b-a35a-496c-ba21-2837c3d138b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
78a458e1-249e-4137-9005-da6d76e827c6

}
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-03T05:05:44.583Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9893bec7-df27-4394-8e91-f2f67cf78055",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ab8ec87d-4fca-4da7-9c29-0dfc1b5ae6bd",
    "vfModuleModelCustomizationUUID": "9d5cd80a-7367-471b-9496-a1f94c5a9960",
    "isBase": true,
    "artifacts": [
      "eb1c97c6-0cb5-4473-a70b-a3bbd909f461",
      "b7cf5b60-9116-4254-a69b-cc503f17c43f"
    ],
    "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": "9171c36b-a35a-496c-ba21-2837c3d138b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1412d5e3-3b2c-4fdd-bf40-1419db9ed8c0",
    "vfModuleModelCustomizationUUID": "00a6534d-771f-4e4f-ba50-b848251a32eb",
    "isBase": false,
    "artifacts": [
      "78a458e1-249e-4137-9005-da6d76e827c6"
    ],
    "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-03T05:05:44.583Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab8ec87d-4fca-4da7-9c29-0dfc1b5ae6bd
VfModuleModelInvariantUUID:9893bec7-df27-4394-8e91-f2f67cf78055
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb1c97c6-0cb5-4473-a70b-a3bbd909f461
,
b7cf5b60-9116-4254-a69b-cc503f17c43f

}
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:1412d5e3-3b2c-4fdd-bf40-1419db9ed8c0
VfModuleModelInvariantUUID:9171c36b-a35a-496c-ba21-2837c3d138b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
78a458e1-249e-4137-9005-da6d76e827c6

}
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-03T05:05:44.583Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eb1c97c6-0cb5-4473-a70b-a3bbd909f461 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-03T05:05:44.583Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:05:44.583Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:44.675Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:05:44.676Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml eb1c97c6-0cb5-4473-a70b-a3bbd909f461 914
2022-07-03T05:05:44.676Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:44.676Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:44.676Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:05:44.676Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:44.678Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:44.678Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824744676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:44.779Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T05:05:44.779Z||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-03T05:05:44.780Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:44.799Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:44.799Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:45.679Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 28e3ef70-ea3f-4b53-a187-726495e908cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-03T05:05:45.679Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:05:45.680Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:45.766Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:05:45.766Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 28e3ef70-ea3f-4b53-a187-726495e908cd 12
2022-07-03T05:05:45.767Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:45.767Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:45.767Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:05:45.767Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:45.769Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:45.769Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824745767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:45.869Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:45.870Z||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-03T05:05:45.870Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:45.896Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:45.897Z||pool-102-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:46.770Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b7cf5b60-9116-4254-a69b-cc503f17c43f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-03T05:05:46.770Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:05:46.771Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:46.861Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:05:46.861Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env b7cf5b60-9116-4254-a69b-cc503f17c43f 96
2022-07-03T05:05:46.862Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:46.862Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:46.863Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:05:46.863Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:46.866Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:46.866Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824746862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:46.966Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:46.968Z||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-03T05:05:46.968Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:46.983Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:46.984Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:47.867Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 78a458e1-249e-4137-9005-da6d76e827c6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-03T05:05:47.867Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:05:47.867Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:47.921Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:05:47.922Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 78a458e1-249e-4137-9005-da6d76e827c6 20206
2022-07-03T05:05:47.922Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:47.922Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:47.922Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:05:47.923Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:47.924Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:47.925Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824747922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:05:48.025Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:48.025Z||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-03T05:05:48.026Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:48.045Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:48.045Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:48.929Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1c594766-99c7-4bdc-a655-e4164b680b44
2022-07-03T05:05:48.929Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9f72ecad-c619-41a7-92f0-b3030d50bb50 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-03T05:05:48.939Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dfce910, org.onap.sdc.toscaparser.api.parameters.Input@3f4c3801, org.onap.sdc.toscaparser.api.parameters.Input@202fa123, org.onap.sdc.toscaparser.api.parameters.Input@70b448c0, org.onap.sdc.toscaparser.api.parameters.Input@3aca8baf]
2022-07-03T05:05:48.941Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.941Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:48.942Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-03T05:05:48.942Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d1801877-bcf4-424c-ac88-569a2c9ea2d1
2022-07-03T05:05:48.942Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1801877-bcf4-424c-ac88-569a2c9ea2d1 matches Tosca VF Customization UUID: d1801877-bcf4-424c-ac88-569a2c9ea2d1
2022-07-03T05:05:48.942Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d1801877-bcf4-424c-ac88-569a2c9ea2d1  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-03T05:05:48.944Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.945Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:48.945Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d1801877-bcf4-424c-ac88-569a2c9ea2d1: {\"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-03T05:05:48.946Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b431e7a
2022-07-03T05:05:48.946Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.946Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T05:05:48.946Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00a6534d-771f-4e4f-ba50-b848251a32eb
2022-07-03T05:05:48.946Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00a6534d-771f-4e4f-ba50-b848251a32eb
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-03T05:05:48.949Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.949Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T05:05:48.949Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:05:48.950Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.950Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T05:05:48.950Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:05:48.950Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.950Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-03T05:05:48.950Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d1801877-bcf4-424c-ac88-569a2c9ea2d1
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-03T05:05:48.952Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.952Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:48.952Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1c594766-99c7-4bdc-a655-e4164b680b44: basic_cnf_macro
2022-07-03T05:05:48.952Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.952Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:48.952Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.953Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:48.953Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.953Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:48.953Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.953Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:48.953Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:05:48.954Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:05:48.954Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:48.990Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9f72ecad-c619-41a7-92f0-b3030d50bb50 2 ASDC deployResourceStructure
2022-07-03T05:05:48.990Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:48.990Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:48.990Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T05:05:48.991Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:48.992Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:48.992Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824748990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T05:05:49.092Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:49.093Z||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-03T05:05:49.093Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:49.139Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:49.139Z||pool-105-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-07-03T05:05:49.993Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:49.994Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:49.994Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T05:05:49.994Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:49.997Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:49.997Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824749993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T05:05:50.097Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:50.098Z||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-03T05:05:50.098Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:50.112Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:50.112Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:50.998Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:50.998Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:50.998Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-03T05:05:50.998Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:51.000Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:51.000Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824750997,
  "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-03T05:05:51.102Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-03T05:05:51.103Z||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-03T05:05:51.103Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:51.120Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:51.120Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:52.001Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:52.002Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:52.002Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T05:05:52.002Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:52.004Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:52.005Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824752001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-03T05:05:52.105Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:52.106Z||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-03T05:05:52.106Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:52.121Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:52.121Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:53.006Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:53.006Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:53.006Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-03T05:05:53.006Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:53.008Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:53.008Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824753005,
  "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-03T05:05:53.108Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:05:53.109Z||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-03T05:05:53.109Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:53.124Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:53.124Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T05:05:54.009Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:54.009Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||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-03T05:05:54.009Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T05:05:54.010Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:05:54.011Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:05:54.011Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824754009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:05:54.112Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T05:05:54.112Z||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-03T05:05:54.113Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:05:54.131Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:05:54.132Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:05:55.012Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b4736e-072e-41f8-9122-33b72581bb5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:05:55.021Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b4736e-072e-41f8-9122-33b72581bb5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T05:05:55.023Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T05:05:55.024Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T05:05:55.024Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T05:05:55.024Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T05:05:55.024Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:05:55.024Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:05:55.024Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:05:55.025Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:05:55.025Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:05:55.025Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T05:05:55.029Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T05:06:25.030Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8b4736e-072e-41f8-9122-33b72581bb5b 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-03T05:06:25.037Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8b4736e-072e-41f8-9122-33b72581bb5b and serviceModelVersionId: 1c594766-99c7-4bdc-a655-e4164b680b44
2022-07-03T05:06:25.037Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4930e7e7-bff4-4e99-922e-18a768513ce5
2022-07-03T05:06:25.039Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4930e7e7-bff4-4e99-922e-18a768513ce5/model-vers/model-ver/1c594766-99c7-4bdc-a655-e4164b680b44?depth=0
2022-07-03T05:06:25.046Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T05:06:25.107Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4930e7e7-bff4-4e99-922e-18a768513ce5/model-vers/model-ver/1c594766-99c7-4bdc-a655-e4164b680b44?depth=0|INFO|500||Invoke
2022-07-03T05:06:25.108Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4930e7e7-bff4-4e99-922e-18a768513ce5/model-vers/model-ver/1c594766-99c7-4bdc-a655-e4164b680b44?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4930e7e7-bff4-4e99-922e-18a768513ce5/model-vers/model-ver/1c594766-99c7-4bdc-a655-e4164b680b44?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8b4736e-072e-41f8-9122-33b72581bb5b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b75a4ef7-a867-431f-8069-fff89d62d0fe], X-ECOMP-RequestID=[c8b4736e-072e-41f8-9122-33b72581bb5b], X-TransactionId=[], X-ONAP-RequestID=[c8b4736e-072e-41f8-9122-33b72581bb5b], Content-Type=[application/merge-patch+json]}
2022-07-03T05:06:25.131Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4930e7e7-bff4-4e99-922e-18a768513ce5/model-vers/model-ver/1c594766-99c7-4bdc-a655-e4164b680b44?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T05:06:25.248Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4930e7e7-bff4-4e99-922e-18a768513ce5/model-vers/model-ver/1c594766-99c7-4bdc-a655-e4164b680b44?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/4930e7e7-bff4-4e99-922e-18a768513ce5/model-vers/model-ver/1c594766-99c7-4bdc-a655-e4164b680b44?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220703-05:06:25:503-55598], vertex-id=[479424], Content-Length=[0], Date=[Sun, 03 Jul 2022 05:06:25 GMT], Content-Type=[application/json]}
2022-07-03T05:06:25.248Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4930e7e7-bff4-4e99-922e-18a768513ce5/model-vers/model-ver/1c594766-99c7-4bdc-a655-e4164b680b44?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T05:06:25.249Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4930e7e7-bff4-4e99-922e-18a768513ce5/model-vers/model-ver/1c594766-99c7-4bdc-a655-e4164b680b44?depth=0|INFO|500||InvokeReturn
2022-07-03T05:06:25.250Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T05:06:25.250Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T05:06:25.257Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T05:06:25.258Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8b4736e-072e-41f8-9122-33b72581bb5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T05:06:25.258Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T05:06:25.258Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:25.260Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:25.260Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824785258,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T05:06:25.362Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T05:06:25.362Z||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-03T05:06:25.363Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:25.383Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:25.383Z||pool-111-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-03T05:06:26.272Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T05:06:26.272Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bcad63f-a575-415d-ad5f-f1f79ce1f370","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b0b4a1f8-05cd-493a-99b3-f367a29d1e23","serviceDescription":"service","serviceInvariantUUID":"2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5adaa81e-4acf-4fbe-975a-3e2a4ffc89fc","resourceInvariantUUID":"fd9cec82-79f8-462c-9a38-f2be8c3c7d3a","resourceCustomizationUUID":"168312aa-d6ca-40a9-9b7e-bc83514b9baf","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":"MmRhYzEyN2RhYTI4YzI2OWE1YmNjNDBlZjNjYmJlZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c819f0fe-dd29-4b93-a3f8-5414661c6ab6","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":"OWIwM2Q5ZmEwNmRkMGIxMWRiOWUwOGMxZTkzNjQ2ODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c7a9536-5b28-4757-9d19-731c75fc7009","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":"51e5294f-e2fd-4df6-9f47-9ded248c11e8","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":"953a287d-55fd-41d5-896d-9fef59a67d30","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":"972a1010-bb55-4dd1-9a3e-b439d7b07423","artifactVersion":"2","generatedFromUUID":"51e5294f-e2fd-4df6-9f47-9ded248c11e8"},{"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":"MmE1NTEzZmFkNjZhZDQ3ZGUxN2U1ZWRjZjJlYTg5ZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2a7ed61c-f659-4740-a083-90cc35e2281f","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":"OTA0NDkwZjUyMmU2MzdjMWYxOTc5MGIzMjU2NGI3YjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88417eae-8026-4e99-8949-f0224ccf4997","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzIxZGZlZmI2ZTM3ZWY4YWMxOTJlNjNjZWNlZDUwOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cd567ff-7135-4d39-9068-b26ef63a1b32","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T05:06:26.272Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:06:26.273Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:26.274Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:26.275Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:06:26.376Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T05:06:26.376Z||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-03T05:06:26.376Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:26.394Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:26.394Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:27.275Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:06:27.275Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:27.277Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:27.277Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T05:06:27.377Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T05:06:27.378Z||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-03T05:06:27.379Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:27.392Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:27.392Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:28.278Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:06:28.279Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:28.282Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:28.282Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T05:06:28.382Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:28.383Z||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-03T05:06:28.383Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:28.399Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:28.399Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:29.282Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:06:29.283Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:29.285Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:29.285Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:06:29.385Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:29.386Z||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-03T05:06:29.386Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:29.402Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:29.403Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:30.285Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:06:30.286Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:30.288Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:30.288Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T05:06:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:06:30.323Z||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-03T05:06:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:06:30.347Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:30.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:06:30.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:06:30.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:06:30.388Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:30.388Z||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-03T05:06:30.388Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:30.404Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:30.404Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:31.288Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:06:31.289Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:31.290Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:31.290Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:06:31.390Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:31.391Z||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-03T05:06:31.392Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:31.407Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:31.407Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:32.291Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:06:32.291Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:32.293Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:32.293Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:06:32.393Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:32.394Z||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-03T05:06:32.394Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:32.408Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:32.408Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:33.294Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:06:33.294Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:33.296Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:33.296Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:06:33.396Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:33.397Z||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-03T05:06:33.397Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:33.413Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:33.413Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-03T05:06:34.296Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b0b4a1f8-05cd-493a-99b3-f367a29d1e23",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "168312aa-d6ca-40a9-9b7e-bc83514b9baf",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5adaa81e-4acf-4fbe-975a-3e2a4ffc89fc",
      "resourceInvariantUUID": "fd9cec82-79f8-462c-9a38-f2be8c3c7d3a",
      "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": "OWIwM2Q5ZmEwNmRkMGIxMWRiOWUwOGMxZTkzNjQ2ODU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0c7a9536-5b28-4757-9d19-731c75fc7009",
          "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": "51e5294f-e2fd-4df6-9f47-9ded248c11e8",
          "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": "972a1010-bb55-4dd1-9a3e-b439d7b07423",
            "generatedFromUUID": "51e5294f-e2fd-4df6-9f47-9ded248c11e8"
          },
          "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": "972a1010-bb55-4dd1-9a3e-b439d7b07423",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzIxZGZlZmI2ZTM3ZWY4YWMxOTJlNjNjZWNlZDUwOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9cd567ff-7135-4d39-9068-b26ef63a1b32"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T05:06:34.297Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T05:06:34.297Z|c8b4736e-072e-41f8-9122-33b72581bb5b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b0b4a1f8-05cd-493a-99b3-f367a29d1e23 ASDC
2022-07-03T05:06:34.298Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6bcad63f-a575-415d-ad5f-f1f79ce1f370
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b0b4a1f8-05cd-493a-99b3-f367a29d1e23
ServiceInvariantUUID:2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d
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:9cd567ff-7135-4d39-9068-b26ef63a1b32
ArtifactChecksum:MzIxZGZlZmI2ZTM3ZWY4YWMxOTJlNjNjZWNlZDUwOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:168312aa-d6ca-40a9-9b7e-bc83514b9baf
ResourceInvariantUUID:fd9cec82-79f8-462c-9a38-f2be8c3c7d3a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5adaa81e-4acf-4fbe-975a-3e2a4ffc89fc
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:0c7a9536-5b28-4757-9d19-731c75fc7009
ArtifactChecksum:OWIwM2Q5ZmEwNmRkMGIxMWRiOWUwOGMxZTkzNjQ2ODU=
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:51e5294f-e2fd-4df6-9f47-9ded248c11e8
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:972a1010-bb55-4dd1-9a3e-b439d7b07423
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:972a1010-bb55-4dd1-9a3e-b439d7b07423
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-03T05:06:34.298Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0b4a1f8-05cd-493a-99b3-f367a29d1e23 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-03T05:06:34.334Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T05:06:34.334Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T05:06:34.334Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T05:06:34.335Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9cd567ff-7135-4d39-9068-b26ef63a1b32 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-03T05:06:34.335Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:06:34.335Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-03T05:06:34.404Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:06:34.407Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9cd567ff-7135-4d39-9068-b26ef63a1b32 78815
2022-07-03T05:06:34.408Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:34.408Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:34.408Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:06:34.408Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:34.410Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:34.410Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824794407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:06:34.510Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:34.511Z||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-03T05:06:34.511Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:34.525Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:34.526Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:35.411Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T05:06:35.411Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T05:06:35.411Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9cd567ff-7135-4d39-9068-b26ef63a1b32, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:35.412Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-03T05:06:35.412Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:35.412Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:35.557Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10788709011650709051/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-03T05:06:36.531Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T05:06:36.532Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T05:06:36.532Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:36.532Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-03T05:06:36.532Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:36.532Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:36.532Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:36.532Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:36.532Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:36.533Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:36.533Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:36.533Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:36.533Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-03T05:06:36.533Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T05:06:36.533Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.533Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:36.534Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T05:06:36.534Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T05:06:36.534Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T05:06:36.534Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.534Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:36.535Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T05:06:36.535Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T05:06:36.535Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T05:06:36.535Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.535Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:36.535Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.536Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-03T05:06:36.536Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-03T05:06:36.536Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-03T05:06:36.536Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-03T05:06:36.536Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T05:06:36.536Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T05:06:36.537Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.537Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T05:06:36.537Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.537Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T05:06:36.537Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:06:36.537Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.538Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T05:06:36.538Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:06:36.538Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.538Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T05:06:36.538Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:06:36.539Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.539Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-03T05:06:36.539Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-03T05:06:36.539Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T05:06:36.539Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=90ef89cf-1043-4ee4-a18d-71cb97f7bbb0
2022-07-03T05:06:36.539Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.539Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:36.540Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.540Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:36.540Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.540Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:36.540Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:36.540Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:36.541Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b0b4a1f8-05cd-493a-99b3-f367a29d1e23
Model Version:NULL
Model InvariantUuid:2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:72821a8e-48e4-4d38-8744-d62ec15e8c73
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd9cec82-79f8-462c-9a38-f2be8c3c7d3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:168312aa-d6ca-40a9-9b7e-bc83514b9baf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:02123552-a1c3-4af2-9c10-9311de284198
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:941c6f92-8e52-4108-ac57-96bd4034b21b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:90ef89cf-1043-4ee4-a18d-71cb97f7bbb0
ModelInvariantUuid:9ec193af-875f-4576-83fb-03466bdd9a30
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ca4a99b6-7c51-4fdb-8d1b-5c81e3c64777
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:77f867ca-e48b-44f4-9e2d-775741d82118
ModelInvariantUuid:3a6c0d32-f918-486f-b039-e4a4c7d3c21c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:44c05ad5-a0ba-4a92-8768-8a2ad9bc74d5
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-03T05:06:36.550Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5adaa81e-4acf-4fbe-975a-3e2a4ffc89fc
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-03T05:06:36.552Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-07-03T05:06:36.553Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5adaa81e-4acf-4fbe-975a-3e2a4ffc89fc
2022-07-03T05:06:36.553Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c7a9536-5b28-4757-9d19-731c75fc7009 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-03T05:06:36.553Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:06:36.553Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:36.652Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:06:36.652Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0c7a9536-5b28-4757-9d19-731c75fc7009 792
2022-07-03T05:06:36.653Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:36.653Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:36.653Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:06:36.653Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:36.655Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:36.655Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824796653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:06:36.755Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:36.756Z||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-03T05:06:36.756Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:36.773Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:36.774Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:37.656Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "02123552-a1c3-4af2-9c10-9311de284198",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "941c6f92-8e52-4108-ac57-96bd4034b21b",
    "vfModuleModelCustomizationUUID": "dce4e976-c9b8-4669-a272-559d4e863d42",
    "isBase": true,
    "artifacts": [
      "51e5294f-e2fd-4df6-9f47-9ded248c11e8",
      "972a1010-bb55-4dd1-9a3e-b439d7b07423"
    ],
    "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-03T05:06:37.658Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:941c6f92-8e52-4108-ac57-96bd4034b21b
VfModuleModelInvariantUUID:02123552-a1c3-4af2-9c10-9311de284198
VfModuleModelDescription:NULL
Artifacts UUID List:{
51e5294f-e2fd-4df6-9f47-9ded248c11e8
,
972a1010-bb55-4dd1-9a3e-b439d7b07423

}
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-03T05:06:37.660Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "02123552-a1c3-4af2-9c10-9311de284198",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "941c6f92-8e52-4108-ac57-96bd4034b21b",
    "vfModuleModelCustomizationUUID": "dce4e976-c9b8-4669-a272-559d4e863d42",
    "isBase": true,
    "artifacts": [
      "51e5294f-e2fd-4df6-9f47-9ded248c11e8",
      "972a1010-bb55-4dd1-9a3e-b439d7b07423"
    ],
    "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-03T05:06:37.660Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:941c6f92-8e52-4108-ac57-96bd4034b21b
VfModuleModelInvariantUUID:02123552-a1c3-4af2-9c10-9311de284198
VfModuleModelDescription:NULL
Artifacts UUID List:{
51e5294f-e2fd-4df6-9f47-9ded248c11e8
,
972a1010-bb55-4dd1-9a3e-b439d7b07423

}
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-03T05:06:37.660Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 51e5294f-e2fd-4df6-9f47-9ded248c11e8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-03T05:06:37.660Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:06:37.661Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:37.706Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:06:37.707Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 51e5294f-e2fd-4df6-9f47-9ded248c11e8 5033
2022-07-03T05:06:37.707Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:37.707Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:37.707Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:06:37.707Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:37.709Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:37.709Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824797707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:06:37.809Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:37.810Z||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-03T05:06:37.810Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:37.832Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:37.832Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:38.710Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 972a1010-bb55-4dd1-9a3e-b439d7b07423 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-03T05:06:38.710Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:06:38.710Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:38.778Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:06:38.779Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 972a1010-bb55-4dd1-9a3e-b439d7b07423 903
2022-07-03T05:06:38.779Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:38.779Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:38.779Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:06:38.779Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:38.781Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:38.781Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824798779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:06:38.881Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:38.882Z||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-03T05:06:38.882Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:38.900Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:38.900Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:39.782Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b0b4a1f8-05cd-493a-99b3-f367a29d1e23
2022-07-03T05:06:39.782Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5adaa81e-4acf-4fbe-975a-3e2a4ffc89fc 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-03T05:06:39.792Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7137c2ce, org.onap.sdc.toscaparser.api.parameters.Input@9720e0d, org.onap.sdc.toscaparser.api.parameters.Input@61c72400, org.onap.sdc.toscaparser.api.parameters.Input@78d048e, org.onap.sdc.toscaparser.api.parameters.Input@48e38703]
2022-07-03T05:06:39.794Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.794Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:39.795Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-03T05:06:39.795Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 168312aa-d6ca-40a9-9b7e-bc83514b9baf
2022-07-03T05:06:39.795Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 168312aa-d6ca-40a9-9b7e-bc83514b9baf matches Tosca VF Customization UUID: 168312aa-d6ca-40a9-9b7e-bc83514b9baf
2022-07-03T05:06:39.796Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 168312aa-d6ca-40a9-9b7e-bc83514b9baf  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-03T05:06:39.798Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.798Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:39.799Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 168312aa-d6ca-40a9-9b7e-bc83514b9baf: {\"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-03T05:06:39.799Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6601ffad
2022-07-03T05:06:39.799Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.800Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T05:06:39.800Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dce4e976-c9b8-4669-a272-559d4e863d42
2022-07-03T05:06:39.800Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dce4e976-c9b8-4669-a272-559d4e863d42
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-03T05:06:39.802Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.803Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T05:06:39.803Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:06:39.804Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.804Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T05:06:39.804Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:06:39.804Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.805Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-03T05:06:39.805Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-03T05:06:39.805Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-03T05:06:39.806Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=90ef89cf-1043-4ee4-a18d-71cb97f7bbb0
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-03T05:06:39.808Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.808Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T05:06:39.809Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T05:06:39.809Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.809Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-03T05:06:39.810Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=168312aa-d6ca-40a9-9b7e-bc83514b9baf
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-03T05:06:39.811Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.812Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:39.812Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b0b4a1f8-05cd-493a-99b3-f367a29d1e23: basic_vm_macro
2022-07-03T05:06:39.812Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.813Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:39.813Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.813Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:39.814Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.814Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:39.814Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.814Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:39.815Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:06:39.815Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:06:39.815Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:39.894Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5adaa81e-4acf-4fbe-975a-3e2a4ffc89fc 1 ASDC deployResourceStructure
2022-07-03T05:06:39.895Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:39.895Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:39.895Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T05:06:39.896Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:39.897Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:39.897Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824799895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T05:06:39.997Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T05:06:39.998Z||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-03T05:06:39.998Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:40.019Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:40.019Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:40.898Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:40.899Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:40.899Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T05:06:40.899Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:40.901Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:40.902Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824800898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T05:06:41.002Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T05:06:41.002Z||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-03T05:06:41.002Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:41.019Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:41.019Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:41.903Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:41.903Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:41.903Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T05:06:41.904Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:41.905Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:41.906Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824801903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-03T05:06:42.006Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:06:42.006Z||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-03T05:06:42.006Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:42.033Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:42.033Z||pool-126-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:42.907Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:42.907Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||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-03T05:06:42.907Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T05:06:42.908Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:06:42.911Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:06:42.912Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824802906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:06:43.011Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T05:06:43.012Z||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-03T05:06:43.012Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:06:43.027Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:06:43.028Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:06:43.912Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:06:43.925Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T05:06:43.927Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T05:06:43.928Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T05:06:43.928Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T05:07:13.928Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:07:13.939Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T05:07:13.942Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T05:07:13.942Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T05:07:13.942Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T05:07:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:07:30.324Z||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-03T05:07:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:07:30.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:07:30.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:07:30.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824724284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:07:30.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:07:43.942Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:07:43.960Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T05:07:43.964Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T05:07:43.964Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T05:07:43.964Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T05:08:13.964Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:08:13.981Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T05:08:13.984Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T05:08:13.985Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T05:08:13.985Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T05:08:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:08:30.323Z||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-03T05:08:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:08:30.349Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:08:30.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824724284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824733015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.382Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824735953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824735226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "clamp",
  "timestamp": 1656824736960,
  "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-03T05:08:30.394Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8b4736e-072e-41f8-9122-33b72581bb5b
2022-07-03T05:08:30.395Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b4736e-072e-41f8-9122-33b72581bb5b 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-03T05:08:30.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824736229,
  "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-03T05:08:30.413Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bcad63f-a575-415d-ad5f-f1f79ce1f370
2022-07-03T05:08:30.413Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcad63f-a575-415d-ad5f-f1f79ce1f370 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-03T05:08:30.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824737474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824741178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824744256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824743573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824708938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "aai-ml",
  "timestamp": 1656824745259,
  "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-03T05:08:30.435Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6bcad63f-a575-415d-ad5f-f1f79ce1f370
2022-07-03T05:08:30.435Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcad63f-a575-415d-ad5f-f1f79ce1f370 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-03T05:08:30.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824744676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824745767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824746862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.445Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824747922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.446Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824748990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.446Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824751024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824749993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824750997,
  "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-03T05:08:30.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824752001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824753939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824753005,
  "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-03T05:08:30.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "clamp",
  "timestamp": 1656824754945,
  "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-03T05:08:30.455Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6bcad63f-a575-415d-ad5f-f1f79ce1f370
2022-07-03T05:08:30.455Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcad63f-a575-415d-ad5f-f1f79ce1f370 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-03T05:08:30.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824754009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824757347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824754285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824752717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824760437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824755949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824753992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824760437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824752717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824754285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824757347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824755949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824753992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824754285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824760437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824752717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824757347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824755949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824753992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824760437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824752717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824757347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824754285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824753992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824755949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824760437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824752717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824754285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824757347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824755949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824753992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824760437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824752717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824754285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824757347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824755949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824753992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824752717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824757347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824760437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824754285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824753992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824755949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824768767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824760437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824752717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824757347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824753992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824754285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824755949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824768767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656824760437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824752717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824757347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824754285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824753992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824755949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824768767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824772283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.492Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824771608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824771487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824771487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824768767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824773312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824772494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.495Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824768767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "cds",
  "timestamp": 1656824772835,
  "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-03T05:08:30.509Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1792b6f-b67d-43dc-bed6-6e753fbbf340
2022-07-03T05:08:30.509Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1792b6f-b67d-43dc-bed6-6e753fbbf340 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-03T05:08:30.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824773318,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656824774315,
  "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-03T05:08:30.522Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f1792b6f-b67d-43dc-bed6-6e753fbbf340
2022-07-03T05:08:30.522Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1792b6f-b67d-43dc-bed6-6e753fbbf340 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-03T05:08:30.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "policy-id",
  "timestamp": 1656824773498,
  "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-03T05:08:30.534Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1792b6f-b67d-43dc-bed6-6e753fbbf340
2022-07-03T05:08:30.534Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1792b6f-b67d-43dc-bed6-6e753fbbf340 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-03T05:08:30.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824768767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656824774322,
  "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-03T05:08:30.545Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1792b6f-b67d-43dc-bed6-6e753fbbf340
2022-07-03T05:08:30.545Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1792b6f-b67d-43dc-bed6-6e753fbbf340 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-03T05:08:30.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824768767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824768767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824777938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824768767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824778523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:08:30.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824779947,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "clamp",
  "timestamp": 1656824780955,
  "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-03T05:08:30.560Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1792b6f-b67d-43dc-bed6-6e753fbbf340
2022-07-03T05:08:30.560Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1792b6f-b67d-43dc-bed6-6e753fbbf340 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-03T05:08:30.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824783275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:08:30.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "aai-ml",
  "timestamp": 1656824784278,
  "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-03T05:08:30.573Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1792b6f-b67d-43dc-bed6-6e753fbbf340
2022-07-03T05:08:30.573Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1792b6f-b67d-43dc-bed6-6e753fbbf340 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-03T05:08:30.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b4736e-072e-41f8-9122-33b72581bb5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824785258,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T05:08:30.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:08:30.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-03T05:08:30.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:30.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:08:30.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:08:30.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:08:43.986Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:08:43.997Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T05:08:44.000Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T05:08:44.000Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T05:08:44.000Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T05:08:44.000Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T05:08:44.000Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:08:44.001Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:08:44.001Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:08:44.001Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:08:44.001Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:08:44.002Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:08:44.002Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T05:08:44.015Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T05:09:14.016Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370 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-03T05:09:14.030Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bcad63f-a575-415d-ad5f-f1f79ce1f370 and serviceModelVersionId: b0b4a1f8-05cd-493a-99b3-f367a29d1e23
2022-07-03T05:09:14.030Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d
2022-07-03T05:09:14.032Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d/model-vers/model-ver/b0b4a1f8-05cd-493a-99b3-f367a29d1e23?depth=0
2022-07-03T05:09:14.040Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T05:09:14.118Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d/model-vers/model-ver/b0b4a1f8-05cd-493a-99b3-f367a29d1e23?depth=0|INFO|500||Invoke
2022-07-03T05:09:14.119Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d/model-vers/model-ver/b0b4a1f8-05cd-493a-99b3-f367a29d1e23?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d/model-vers/model-ver/b0b4a1f8-05cd-493a-99b3-f367a29d1e23?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6bcad63f-a575-415d-ad5f-f1f79ce1f370], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1786ccd7-0658-4570-8f1b-459d5fc90355], X-ECOMP-RequestID=[6bcad63f-a575-415d-ad5f-f1f79ce1f370], X-TransactionId=[], X-ONAP-RequestID=[6bcad63f-a575-415d-ad5f-f1f79ce1f370], Content-Type=[application/merge-patch+json]}
2022-07-03T05:09:14.149Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d/model-vers/model-ver/b0b4a1f8-05cd-493a-99b3-f367a29d1e23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T05:09:14.364Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d/model-vers/model-ver/b0b4a1f8-05cd-493a-99b3-f367a29d1e23?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/2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d/model-vers/model-ver/b0b4a1f8-05cd-493a-99b3-f367a29d1e23?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-05:09:14:521-14386], vertex-id=[503912], Content-Length=[0], Date=[Sun, 03 Jul 2022 05:09:14 GMT], Content-Type=[application/json]}
2022-07-03T05:09:14.365Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d/model-vers/model-ver/b0b4a1f8-05cd-493a-99b3-f367a29d1e23?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T05:09:14.366Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ae87f9b-4ecf-4061-8ba4-0d9a6d000b8d/model-vers/model-ver/b0b4a1f8-05cd-493a-99b3-f367a29d1e23?depth=0|INFO|500||InvokeReturn
2022-07-03T05:09:14.366Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T05:09:14.371Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T05:09:14.397Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T05:09:14.398Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bcad63f-a575-415d-ad5f-f1f79ce1f370 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T05:09:14.399Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T05:09:14.399Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:14.402Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:14.403Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824954398,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T05:09:14.503Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:09:14.504Z||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-03T05:09:14.504Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:14.524Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:14.524Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 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-03T05:09:15.415Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:09:15.415Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|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-03T05:09:15.415Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:09:19.842Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:19.842Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T05:09:19.843Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1792b6f-b67d-43dc-bed6-6e753fbbf340","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f9a543c0-2805-4a92-97cc-043f6280fe9c","serviceDescription":"service","serviceInvariantUUID":"3d4933db-fdeb-4a77-a1c5-07d4578a8879","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"502734ed-2a9f-4bc0-b97d-d55806089597","resourceInvariantUUID":"b7b5900b-326c-4ec3-be58-935b2dd82df1","resourceCustomizationUUID":"d61d446d-d419-490c-b719-c3852ff92ce9","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":"ZjQyOWNkYWU2ODQ5Y2MxNzA3MTQ0Y2VmMWE1NTk5NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2281ba2-08c7-43be-a8b2-58b2783cce2b","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":"9c3f6375-7cc0-42e7-a03c-9e4ce57d9754","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":"1f3b83dc-6a04-41e9-a13e-b59a1d0985cc","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":"YjhhNmI2MjQ2ZDk5ZDk2NDJhNDAyMDY4NDc3YTA3ZmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9c969ebe-a51e-49ac-b555-4ca1ddfd6b5b","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":"bd7d1dab-ff3d-4073-9b7c-24bfa94d1ab8","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":"1b044e4b-2275-441a-8f5c-6c9090e015bd","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":"40e1ec3b-2bd4-4e70-bd03-8810853cc09b","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":"YWQ1YzI5OWQwMGEyM2Q5Y2FjYmZmMTc2ZDQzZWI3MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ea734bf-90f0-481e-b867-70a941f016e8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDM1MjhkYjgxMmMwZDA3ZGY5NjQ5NmU3Zjg3YTZhZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ec87c90-0ec2-461f-8d5a-9a22f9a83876","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T05:09:19.846Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:09:19.846Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:19.848Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:19.849Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:09:19.949Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:09:19.950Z||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-03T05:09:19.950Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:19.964Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:19.965Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:09:20.852Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:09:20.852Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:20.855Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:20.855Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:09:20.955Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:09:20.956Z||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-03T05:09:20.957Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:20.981Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:20.981Z||pool-130-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:09:21.856Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:09:21.856Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:21.861Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:21.861Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:09:21.959Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-03T05:09:21.960Z||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-03T05:09:21.960Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:21.989Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:21.990Z||pool-131-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:09:22.862Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:09:22.862Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:22.866Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:22.867Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:09:22.965Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-03T05:09:22.966Z||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-03T05:09:22.966Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:22.983Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:22.983Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-03T05:09:23.867Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:09:23.867Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:23.869Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:23.869Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:09:23.969Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:09:23.970Z||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-03T05:09:23.970Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:23.989Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:23.989Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:09:24.870Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:09:24.870Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:24.873Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:24.873Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:09:24.973Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:09:24.974Z||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-03T05:09:24.974Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:24.991Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:24.991Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:09:25.873Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:09:25.874Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:25.876Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:25.877Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:09:25.977Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:09:25.977Z||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-03T05:09:25.978Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:26.005Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:26.007Z||pool-135-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:09:26.877Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:09:26.878Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:26.880Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:26.880Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:09:26.980Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:09:26.981Z||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-03T05:09:26.981Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:26.997Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:26.998Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:09:27.880Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T05:09:27.881Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:27.883Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:27.883Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:09:27.983Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:09:27.984Z||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-03T05:09:27.984Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:28.004Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:28.004Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:09:28.884Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f9a543c0-2805-4a92-97cc-043f6280fe9c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3d4933db-fdeb-4a77-a1c5-07d4578a8879",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "d61d446d-d419-490c-b719-c3852ff92ce9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "502734ed-2a9f-4bc0-b97d-d55806089597",
      "resourceInvariantUUID": "b7b5900b-326c-4ec3-be58-935b2dd82df1",
      "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": "NDM1MjhkYjgxMmMwZDA3ZGY5NjQ5NmU3Zjg3YTZhZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ec87c90-0ec2-461f-8d5a-9a22f9a83876"
    }
  ],
  "workloadContext": "Production"
}
2022-07-03T05:09:28.884Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T05:09:28.885Z|6bcad63f-a575-415d-ad5f-f1f79ce1f370|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f9a543c0-2805-4a92-97cc-043f6280fe9c ASDC
2022-07-03T05:09:28.886Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f1792b6f-b67d-43dc-bed6-6e753fbbf340
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:f9a543c0-2805-4a92-97cc-043f6280fe9c
ServiceInvariantUUID:3d4933db-fdeb-4a77-a1c5-07d4578a8879
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:2ec87c90-0ec2-461f-8d5a-9a22f9a83876
ArtifactChecksum:NDM1MjhkYjgxMmMwZDA3ZGY5NjQ5NmU3Zjg3YTZhZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:d61d446d-d419-490c-b719-c3852ff92ce9
ResourceInvariantUUID:b7b5900b-326c-4ec3-be58-935b2dd82df1
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:502734ed-2a9f-4bc0-b97d-d55806089597
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-03T05:09:28.886Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9a543c0-2805-4a92-97cc-043f6280fe9c 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-03T05:09:28.915Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T05:09:28.915Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T05:09:28.916Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T05:09:28.916Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2ec87c90-0ec2-461f-8d5a-9a22f9a83876 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-03T05:09:28.916Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T05:09:28.917Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-03T05:09:29.076Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:09:29.082Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2ec87c90-0ec2-461f-8d5a-9a22f9a83876 105664
2022-07-03T05:09:29.083Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||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-03T05:09:29.083Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||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-03T05:09:29.083Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T05:09:29.084Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:29.086Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:29.086Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824969083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:09:29.186Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:09:29.188Z||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-03T05:09:29.188Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:29.231Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:29.232Z||pool-138-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:09:30.087Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T05:09:30.088Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T05:09:30.088Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2ec87c90-0ec2-461f-8d5a-9a22f9a83876, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T05:09:30.089Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-03T05:09:30.090Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T05:09:30.090Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T05:09:30.297Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4086513291081857539/Definitions/service-TestPnfMacro-template.yml
2022-07-03T05:09:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:09:30.322Z||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-03T05:09:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:09:30.385Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:30.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-03T05:09:30.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:09:30.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:09:30.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:09:30.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:09:30.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:09:30.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824730319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:09:30.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:09:30.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824794407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:09:30.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:09:30.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824796653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:09:30.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:09:30.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824797707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:09:30.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:09:30.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824798779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:09:30.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:09:30.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824799895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-03T05:09:30.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:09:30.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824800898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-03T05:09:30.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:09:30.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824801903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-03T05:09:30.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:09:30.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:09:30.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824802906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:09:30.396Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:09:31.162Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T05:09:31.162Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T05:09:31.163Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T05:09:31.163Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-03T05:09:31.163Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T05:09:31.163Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T05:09:31.163Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||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-03T05:09:31.163Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T05:09:31.163Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T05:09:31.163Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T05:09:31.163Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-03T05:09:31.163Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T05:09:31.164Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:09:31.164Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:09:31.164Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-03T05:09:31.164Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T05:09:31.165Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T05:09:31.165Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:09:31.165Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:09:31.165Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-03T05:09:31.165Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T05:09:31.165Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T05:09:31.165Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:09:31.166Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:09:31.166Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:09:31.166Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:09:31.166Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:09:31.166Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:09:31.166Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:09:31.166Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:09:31.166Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:09:31.167Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:09:31.167Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:f9a543c0-2805-4a92-97cc-043f6280fe9c
Model Version:NULL
Model InvariantUuid:3d4933db-fdeb-4a77-a1c5-07d4578a8879
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-03T05:09:31.173Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 502734ed-2a9f-4bc0-b97d-d55806089597
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-03T05:09:31.176Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-07-03T05:09:31.176Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 502734ed-2a9f-4bc0-b97d-d55806089597
2022-07-03T05:09:31.176Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||No resources found for Service: f9a543c0-2805-4a92-97cc-043f6280fe9c
2022-07-03T05:09:31.176Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f9a543c0-2805-4a92-97cc-043f6280fe9c
2022-07-03T05:09:31.176Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 502734ed-2a9f-4bc0-b97d-d55806089597 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-03T05:09:31.181Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c6e466e, org.onap.sdc.toscaparser.api.parameters.Input@5903cd42, org.onap.sdc.toscaparser.api.parameters.Input@d998061, org.onap.sdc.toscaparser.api.parameters.Input@4f13218f, org.onap.sdc.toscaparser.api.parameters.Input@1004335]
2022-07-03T05:09:31.181Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:09:31.181Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:09:31.181Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f9a543c0-2805-4a92-97cc-043f6280fe9c: test-pnf
2022-07-03T05:09:31.181Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||Processing PNF resource: 502734ed-2a9f-4bc0-b97d-d55806089597
2022-07-03T05:09:31.181Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-03T05:09:31.182Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T05:09:31.182Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||Resource customization UUID: d61d446d-d419-490c-b719-c3852ff92ce9 is the same as notified resource customizationUUID: d61d446d-d419-490c-b719-c3852ff92ce9
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-03T05:09:31.212Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 502734ed-2a9f-4bc0-b97d-d55806089597 0 ASDC deployResourceStructure
2022-07-03T05:09:31.212Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||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-03T05:09:31.212Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||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-03T05:09:31.212Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T05:09:31.212Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:09:31.214Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:09:31.214Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824971212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:09:31.314Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:09:31.315Z||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-03T05:09:31.315Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:09:31.334Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:09:31.335Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T05:09:32.215Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1792b6f-b67d-43dc-bed6-6e753fbbf340
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:09:32.226Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1792b6f-b67d-43dc-bed6-6e753fbbf340
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T05:09:32.229Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T05:09:32.229Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T05:09:32.229Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T05:09:32.229Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T05:09:32.230Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:09:32.230Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:09:32.230Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:09:32.230Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:09:32.230Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:09:32.230Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:09:32.231Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-03T05:09:32.231Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T05:09:32.235Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T05:10:02.236Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1792b6f-b67d-43dc-bed6-6e753fbbf340 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-03T05:10:02.242Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1792b6f-b67d-43dc-bed6-6e753fbbf340 and serviceModelVersionId: f9a543c0-2805-4a92-97cc-043f6280fe9c
2022-07-03T05:10:02.242Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d4933db-fdeb-4a77-a1c5-07d4578a8879
2022-07-03T05:10:02.244Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d4933db-fdeb-4a77-a1c5-07d4578a8879/model-vers/model-ver/f9a543c0-2805-4a92-97cc-043f6280fe9c?depth=0
2022-07-03T05:10:02.250Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T05:10:02.290Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d4933db-fdeb-4a77-a1c5-07d4578a8879/model-vers/model-ver/f9a543c0-2805-4a92-97cc-043f6280fe9c?depth=0|INFO|500||Invoke
2022-07-03T05:10:02.290Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d4933db-fdeb-4a77-a1c5-07d4578a8879/model-vers/model-ver/f9a543c0-2805-4a92-97cc-043f6280fe9c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d4933db-fdeb-4a77-a1c5-07d4578a8879/model-vers/model-ver/f9a543c0-2805-4a92-97cc-043f6280fe9c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1792b6f-b67d-43dc-bed6-6e753fbbf340], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7a34c87-cc33-4325-8ec4-77b6a68625be], X-ECOMP-RequestID=[f1792b6f-b67d-43dc-bed6-6e753fbbf340], X-TransactionId=[], X-ONAP-RequestID=[f1792b6f-b67d-43dc-bed6-6e753fbbf340], Content-Type=[application/merge-patch+json]}
2022-07-03T05:10:02.310Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d4933db-fdeb-4a77-a1c5-07d4578a8879/model-vers/model-ver/f9a543c0-2805-4a92-97cc-043f6280fe9c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-03T05:10:02.418Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d4933db-fdeb-4a77-a1c5-07d4578a8879/model-vers/model-ver/f9a543c0-2805-4a92-97cc-043f6280fe9c?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/3d4933db-fdeb-4a77-a1c5-07d4578a8879/model-vers/model-ver/f9a543c0-2805-4a92-97cc-043f6280fe9c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220703-05:10:02:682-40760], vertex-id=[512024], Content-Length=[0], Date=[Sun, 03 Jul 2022 05:10:02 GMT], Content-Type=[application/json]}
2022-07-03T05:10:02.418Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d4933db-fdeb-4a77-a1c5-07d4578a8879/model-vers/model-ver/f9a543c0-2805-4a92-97cc-043f6280fe9c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T05:10:02.419Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d4933db-fdeb-4a77-a1c5-07d4578a8879/model-vers/model-ver/f9a543c0-2805-4a92-97cc-043f6280fe9c?depth=0|INFO|500||InvokeReturn
2022-07-03T05:10:02.419Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T05:10:02.419Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T05:10:02.424Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T05:10:02.424Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1792b6f-b67d-43dc-bed6-6e753fbbf340 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T05:10:02.424Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T05:10:02.425Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T05:10:02.428Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T05:10:02.428Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656825002424,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T05:10:02.528Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T05:10:02.529Z||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-03T05:10:02.529Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WDGr021BIy1mSfUs) ...
2022-07-03T05:10:02.554Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:10:02.555Z||pool-140-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T05:10:03.439Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:10:03.440Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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-03T05:10:03.440Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:10:13.026Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:10:13.026Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:10:13.027Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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-03T05:10:13.027Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:10:22.604Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:10:22.604Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:10:22.605Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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-03T05:10:22.605Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:10:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:10:30.323Z||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-03T05:10:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:10:30.390Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:10:30.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcad63f-a575-415d-ad5f-f1f79ce1f370",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824954398,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T05:10:30.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:10:30.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:10:30.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:10:30.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:10:30.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:10:30.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:10:30.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:10:30.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-03T05:10:30.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:10:30.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824955415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-03T05:10:30.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-03T05:10:30.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:10:30.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824969083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-03T05:10:30.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:10:32.155Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:10:32.156Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:10:32.156Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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-03T05:10:32.156Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:10:41.700Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:11:30.319Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:11:30.320Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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-03T05:11:30.320Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:11:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:11:30.322Z||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-03T05:11:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:11:30.855Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:11:30.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:11:30.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656824971212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-03T05:11:30.857Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:11:30.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-03T05:11:30.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1792b6f-b67d-43dc-bed6-6e753fbbf340",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656825002424,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T05:11:30.857Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T05:11:39.882Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:12:30.319Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:12:30.320Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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-03T05:12:30.321Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:12:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:12:30.323Z||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-03T05:12:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:12:39.882Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:12:39.883Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:13:30.320Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:13:30.322Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:13:30.323Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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-03T05:13:30.323Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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-03T05:13:30.324Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:13:30.323Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:13:39.877Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:13:39.889Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:14:30.320Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:14:30.321Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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-03T05:14:30.321Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:14:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:14:30.322Z||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-03T05:14:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:14:39.880Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:14:39.881Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:15:30.320Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:15:30.322Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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-03T05:15:30.322Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:15:30.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:15:30.323Z||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-03T05:15:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:15:39.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:15:39.878Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:16:30.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:16:30.321Z||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-03T05:16:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:16:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:16:30.323Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|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-03T05:16:30.323Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:16:39.880Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:16:39.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:17:30.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:17:30.320Z||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-03T05:17:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:17:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:17:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|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-03T05:17:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:17:39.867Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:17:39.868Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:18:30.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:18:30.320Z||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-03T05:18:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:18:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:18:30.322Z||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-03T05:18:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:18:39.868Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:18:39.871Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:19:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:19:30.322Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:19:30.323Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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-03T05:19:30.323Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:19:30.323Z||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-03T05:19:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:19:39.873Z|f1792b6f-b67d-43dc-bed6-6e753fbbf340|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:19:39.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:20:30.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:20:30.320Z||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-03T05:20:30.320Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:20:30.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:20:30.322Z||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-03T05:20:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:20:39.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:20:39.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:21:30.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:21:30.321Z||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-03T05:21:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:21:30.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:21:30.322Z||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-03T05:21:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:21:39.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:21:39.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:22:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:22:30.321Z||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-03T05:22:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:22:30.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:22:30.323Z||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-03T05:22:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:22:39.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:22:39.909Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:23:30.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:23:30.320Z||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-03T05:23:30.320Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:23:30.322Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:23:30.322Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T05:23:30.322Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:23:39.871Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:23:39.893Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:24:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:24:30.322Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:24:30.322Z||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-03T05:24:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:24:30.322Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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-03T05:24:30.323Z|68f78a04-5145-434a-ad86-451bb4e66bb3|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:24:39.879Z|68f78a04-5145-434a-ad86-451bb4e66bb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:24:39.880Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:25:30.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:25:30.320Z||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-03T05:25:30.320Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:25:30.322Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:25:30.323Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|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-03T05:25:30.323Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:25:39.877Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:25:39.877Z|f42d06cf-6045-4b87-936e-02ae8ea3f8bc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:26:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:26:30.321Z||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-03T05:26:30.321Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:26:30.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:26:30.323Z||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-03T05:26:30.323Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:26:39.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:26:39.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:27:30.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:27:30.320Z||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-03T05:27:30.320Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:27:30.322Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:27:30.322Z|c5d95515-c506-4443-9cac-275e211ab68c|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-03T05:27:30.323Z|c5d95515-c506-4443-9cac-275e211ab68c|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 WDGr021BIy1mSfUs) ...
2022-07-03T05:27:39.880Z|c5d95515-c506-4443-9cac-275e211ab68c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:27:39.880Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:28:30.319Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:28:30.320Z||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-03T05:28:30.320Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:28:30.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:28:30.322Z||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-03T05:28:30.322Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:28:39.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:28:39.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:29:30.320Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:29:30.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:29:30.323Z||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-03T05:29:30.323Z||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-03T05:29:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:29:30.324Z||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 WDGr021BIy1mSfUs) ...
2022-07-03T05:29:39.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-03T05:29:39.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK