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-02T03:41:09.408Z||main|||||INFO|500||The following profiles are active: basic
2022-07-02T03:41:20.932Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-02T03:41:20.932Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-02T03:41:21.049Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-02T03:41:24.931Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-02T03:41:25.327Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-02T03:41:25.808Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-02T03:41:25.825Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-02T03:41:25.975Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-02T03:41:26.211Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-02T03:41:26.913Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-02T03:41:28.614Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-02T03:41:30.999Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-02T03:41:31.056Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-02T03:41:31.620Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-02T03:41:31.952Z||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-02T03:41:33.150Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-02T03:41:34.199Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-02T03:41:34.218Z||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$$2538ded1.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-02T03:41:34.219Z||main|||||WARN|500||The sdc end point is not alive
2022-07-02T03:41:37.084Z||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-02T03:41:40.412Z||main|||||WARN|500||---
2022-07-02T03:41:40.413Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-02T03:41:40.413Z||main|||||WARN|500||---
2022-07-02T03:41:40.876Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-02T03:41:45.647Z||main|||||INFO|500||Started Application in 39.655 seconds (JVM running for 41.83)
2022-07-02T03:41:45.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-02T03:41:45.670Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-02T03:41:45.683Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-02T03:41:45.708Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-02T03:41:45.750Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 033fe1f5-c151-4b72-bb06-5e4b101d581b url= /sdc/v1/artifactTypes
2022-07-02T03:41:45.750Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-02T03:41:46.843Z||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.22.169] 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$$eba07705.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-02T03:41:46.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54f86069
2022-07-02T03:41:46.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-02T03:41:46.866Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-02T03:41:46.868Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-02T03:41:46.871Z||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$$eba07705.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-02T03:42:35.624Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-02T03:42:35.625Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-02T03:42:35.625Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-02T03:42:35.628Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-02T03:42:35.635Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 012b977f-76f7-4ce2-bc7d-723371bac495 url= /sdc/v1/artifactTypes
2022-07-02T03:42:35.635Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-02T03:42:36.670Z||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.22.169] 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$$eba07705.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-02T03:42:36.671Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70bc4eba
2022-07-02T03:42:36.671Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-02T03:42:36.672Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-02T03:42:36.672Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-02T03:42:36.673Z||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$$eba07705.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-02T03:43:25.625Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-02T03:43:25.625Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-02T03:43:25.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-02T03:43:25.629Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-02T03:43:25.635Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fcf3c6eb-715b-4c6d-b3aa-1f9eb70a9845 url= /sdc/v1/artifactTypes
2022-07-02T03:43:25.635Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-02T03:43:26.654Z||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.22.169] 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$$eba07705.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-02T03:43:26.655Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@440cc584
2022-07-02T03:43:26.655Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-02T03:43:26.656Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-02T03:43:26.656Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-02T03:43:26.656Z||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$$eba07705.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-02T03:44:15.626Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-02T03:44:15.628Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-02T03:44:15.629Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-02T03:44:15.634Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-02T03:44:15.642Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f9057fe-e2ef-48a2-beb0-b9ed2412750f url= /sdc/v1/artifactTypes
2022-07-02T03:44:15.643Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-02T03:44:16.667Z||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.22.169] 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$$eba07705.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-02T03:44:16.668Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d0e2252
2022-07-02T03:44:16.668Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-02T03:44:16.669Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-02T03:44:16.669Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-02T03:44:16.672Z||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$$eba07705.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-02T03:45:05.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-02T03:45:05.628Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-02T03:45:05.628Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-02T03:45:05.633Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-02T03:45:05.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= edd971cc-4a8b-48cd-ae82-5bfb189b1456 url= /sdc/v1/artifactTypes
2022-07-02T03:45:05.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-02T03:45:06.690Z||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.22.169] 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$$eba07705.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-02T03:45:06.691Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d153001
2022-07-02T03:45:06.691Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-02T03:45:06.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-02T03:45:06.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-02T03:45:06.693Z||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$$eba07705.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-02T03:45:55.624Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-02T03:45:55.625Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-02T03:45:55.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-02T03:45:55.630Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-02T03:45:55.636Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7147510-1776-4511-bd48-2c41cd8c252b url= /sdc/v1/artifactTypes
2022-07-02T03:45:55.636Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-02T03:45:56.666Z||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.22.169] 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$$eba07705.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-02T03:45:56.666Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@83d09dd
2022-07-02T03:45:56.667Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-02T03:45:56.667Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-02T03:45:56.667Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-02T03:45:56.668Z||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$$eba07705.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-02T03:46:45.624Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-02T03:46:45.626Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-02T03:46:45.627Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-02T03:46:45.630Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-02T03:46:45.636Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a89ff975-5f12-4502-9987-09828a8e2937 url= /sdc/v1/artifactTypes
2022-07-02T03:46:45.636Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-02T03:46:46.093Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-02T03:46:46.111Z||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-02T03:46:46.156Z||scheduling-1|||||DEBUG|500||create keys
2022-07-02T03:46:46.169Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-02T03:46:46.205Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:46:46.226Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ecbb7e7f-b59e-4e4b-aca7-71deec79122b url= /sdc/v1/registerForDistribution
2022-07-02T03:46:46.378Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ecbb7e7f-b59e-4e4b-aca7-71deec79122b url= /sdc/v1/registerForDistribution
2022-07-02T03:46:46.378Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-02T03:46:46.392Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:46:46.394Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:46:46.403Z||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-02T03:46:46.403Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:46:46.403Z||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-02T03:46:46.404Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:46:46.405Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-02T03:46:56.712Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:46:56.754Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:47:46.389Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:47:46.390Z||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-02T03:47:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:47:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:47:46.394Z||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-02T03:47:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:47:55.948Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:47:55.955Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:48:46.389Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:48:46.390Z||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-02T03:48:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:48:46.394Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:48:46.395Z||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-02T03:48:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:48:55.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:48:55.946Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:49:46.389Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:49:46.391Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T03:49:46.391Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T03:49:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:49:46.394Z||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-02T03:49:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:49:55.951Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:49:55.951Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:50:46.390Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:50:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:50:46.394Z||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-02T03:50:46.394Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T03:50:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:50:46.394Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T03:50:55.951Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:50:55.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:51:07.307Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-02T03:51:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:51:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T03:51:46.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T03:51:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:51:46.411Z||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-02T03:51:46.412Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:51:55.946Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:51:55.962Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:52:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:52:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T03:52:46.391Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T03:52:46.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:52:46.394Z||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-02T03:52:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:52:55.943Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:52:55.951Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:53:46.389Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:53:46.390Z||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-02T03:53:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:53:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:53:46.394Z||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-02T03:53:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:53:55.955Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:53:55.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:54:46.389Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:54:46.391Z||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-02T03:54:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:54:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:54:46.395Z||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-02T03:54:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:54:55.947Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:54:55.947Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:55:46.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:55:46.392Z||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-02T03:55:46.392Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:55:46.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:55:46.395Z||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-02T03:55:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:55:55.951Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:55:55.957Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:56:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:56:46.390Z||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-02T03:56:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:56:46.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:56:46.394Z||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-02T03:56:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:56:55.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:56:55.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:57:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:57:46.391Z||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-02T03:57:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:57:46.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:57:46.394Z||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-02T03:57:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:57:55.939Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:57:55.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:58:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:58:46.391Z||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-02T03:58:46.392Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:58:46.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:58:46.394Z||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-02T03:58:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:58:55.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:58:56.287Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:59:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:59:46.390Z||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-02T03:59:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:59:46.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T03:59:46.394Z||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-02T03:59:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T03:59:55.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T03:59:55.946Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:00:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:00:46.391Z||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-02T04:00:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:00:46.394Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:00:46.395Z||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-02T04:00:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:00:55.937Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:00:55.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:01:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:01:46.391Z||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-02T04:01:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:01:46.394Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:01:46.395Z||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-02T04:01:46.396Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:01:55.952Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:01:55.954Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:02:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:02:46.390Z||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-02T04:02:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:02:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:02:46.394Z||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-02T04:02:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:02:55.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:02:55.943Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:03:46.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:03:46.392Z||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-02T04:03:46.393Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:03:46.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:03:46.394Z||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-02T04:03:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:03:55.948Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:03:55.951Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:04:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:04:46.391Z||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-02T04:04:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:04:46.394Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:04:46.395Z||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-02T04:04:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:04:55.946Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:04:55.948Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:05:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:05:46.391Z||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-02T04:05:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:05:46.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:05:46.394Z||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-02T04:05:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:05:55.950Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:05:55.950Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:06:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:06:46.390Z||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-02T04:06:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:06:46.394Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:06:46.394Z||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-02T04:06:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:06:55.936Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:06:55.947Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:07:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:07:46.390Z||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-02T04:07:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:07:46.394Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:07:46.394Z||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-02T04:07:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:07:55.938Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:07:55.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:08:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:08:46.390Z||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-02T04:08:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:08:46.394Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:08:46.394Z||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-02T04:08:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:08:55.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:08:55.940Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:09:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:09:46.390Z||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-02T04:09:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:09:46.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:09:46.394Z||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-02T04:09:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:09:55.958Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:09:55.960Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:10:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:10:46.390Z||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-02T04:10:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:10:46.394Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:10:46.395Z||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-02T04:10:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:10:55.950Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:10:55.949Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:11:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:11:46.392Z||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-02T04:11:46.392Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:11:46.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:11:46.394Z||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-02T04:11:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:11:55.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:11:55.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:12:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:12:46.391Z||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-02T04:12:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:12:46.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:12:46.394Z||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-02T04:12:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:12:55.938Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:12:55.949Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:13:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:13:46.390Z||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-02T04:13:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:13:46.394Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:13:46.394Z||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-02T04:13:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:13:55.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:13:55.957Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:14:46.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:14:46.391Z||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-02T04:14:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:14:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:14:46.394Z||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-02T04:14:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:14:55.944Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:14:55.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:15:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:15:46.390Z||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-02T04:15:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:15:46.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:15:46.394Z||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-02T04:15:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:15:55.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:15:55.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:16:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:16:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:16:46.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:16:46.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:16:46.394Z||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-02T04:16:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:16:55.944Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:16:55.944Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:17:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:17:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:17:46.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:17:46.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:17:46.394Z||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-02T04:17:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:17:55.937Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:17:55.937Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:18:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:18:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:18:46.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:18:46.394Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:18:46.394Z||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-02T04:18:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:18:55.935Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:18:55.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:19:46.390Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:19:46.394Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:19:46.394Z||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-02T04:19:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:19:46.395Z||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-02T04:19:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:19:55.955Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:19:55.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:20:46.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:20:46.391Z||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-02T04:20:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:20:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:20:46.394Z||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-02T04:20:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:20:55.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:20:55.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:21:46.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:21:46.390Z||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-02T04:21:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:21:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:21:46.394Z||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-02T04:21:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:21:55.949Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:21:55.951Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:22:46.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:22:46.390Z||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-02T04:22:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:22:46.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:22:46.394Z||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-02T04:22:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:22:55.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:22:55.948Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:23:46.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:23:46.390Z||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-02T04:23:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:23:46.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:23:46.394Z||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-02T04:23:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:23:55.948Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:23:55.953Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:24:46.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:24:46.390Z||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-02T04:24:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:24:46.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:24:46.394Z||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-02T04:24:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:24:55.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:24:55.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:25:46.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:25:46.390Z||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-02T04:25:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:25:46.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:25:46.394Z||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-02T04:25:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:25:55.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:25:55.937Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:26:46.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:26:46.390Z||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-02T04:26:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:26:46.393Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:26:46.394Z||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-02T04:26:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:26:55.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:26:55.986Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:27:46.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:27:46.390Z||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-02T04:27:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:27:46.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:27:46.394Z||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-02T04:27:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:27:55.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:27:55.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:28:46.390Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:28:46.392Z||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-02T04:28:46.392Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:28:46.394Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:28:46.395Z||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-02T04:28:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:28:55.942Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:28:55.945Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:29:46.389Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:29:46.391Z||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-02T04:29:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:29:46.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:29:46.394Z||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-02T04:29:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:29:55.939Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:29:55.941Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:30:46.389Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:30:46.390Z||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-02T04:30:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:30:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:30:46.394Z||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-02T04:30:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:30:55.940Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:30:55.959Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:31:46.389Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:31:46.391Z||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-02T04:31:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:31:46.394Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:31:46.395Z||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-02T04:31:46.396Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:31:55.939Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:31:55.940Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:32:46.389Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:32:46.390Z||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-02T04:32:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:32:46.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:32:46.394Z||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-02T04:32:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:32:55.939Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:32:55.939Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:33:46.389Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:33:46.390Z||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-02T04:33:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:33:46.394Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:33:46.395Z||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-02T04:33:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:33:55.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:33:55.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:34:46.389Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:34:46.390Z||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-02T04:34:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:34:46.394Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:34:46.394Z||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-02T04:34:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:34:55.951Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:34:55.952Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:35:46.390Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:35:46.392Z||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-02T04:35:46.392Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:35:46.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:35:46.394Z||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-02T04:35:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:35:55.950Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:35:55.950Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:46.389Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:36:46.392Z||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-02T04:36:46.392Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:36:46.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:36:46.394Z||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-02T04:36:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:36:46.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:47.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:47.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ca84c57-b702-451c-b561-7c1b788b56b5","serviceName":"vFW 2022-07-02 04-34-55","serviceVersion":"1.0","serviceUUID":"ca601d18-2ca7-41cd-8774-1e16d8b4f740","serviceDescription":"catalog service description","serviceInvariantUUID":"59a73f38-bccf-4728-9ec5-38e112a46e7e","resources":[{"resourceInstanceName":"vFW 7b0a09cb-bac4 0","resourceName":"vFW 7b0a09cb-bac4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"188fa43d-b2ea-4a7f-b641-e151a1e3376f","resourceInvariantUUID":"80c0a35e-a81a-44f5-ba72-7964988b8dbc","resourceCustomizationUUID":"c07a2001-9405-4d98-9fac-a7af78cc02ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vf-license-model.xml","artifactChecksum":"MDgwZWM4MjNhMWQ0YWFiNzQ4OWY5YmI4OTk1Y2NjYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ddb1c794-5388-4199-980e-d844172eb108","artifactVersion":"1"},{"artifactName":"vfw7b0a09cbbac40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json","artifactChecksum":"ZWZlM2VmYzAxNTkxM2EzMjZjOGRjOTg1ZDgyMTVmNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"046991d2-446d-4ee2-a518-9dea50b5f5ec","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"22662e43-0036-40e7-94b3-6d062bceadba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vendor-license-model.xml","artifactChecksum":"ZjUzMWJjNGExYTgzZmU1YTA4YWYxOTI3ZDVlMWQ4NDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d25d1ee1-bb16-46a6-af08-a8b117e9e58f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a6ecc58e-d36a-4f32-b607-e55cdbb7f521","artifactVersion":"2","generatedFromUUID":"22662e43-0036-40e7-94b3-6d062bceadba"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220702043455-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-template.yml","artifactChecksum":"NGM4ZDZhZjExYWZmYWI4MjAzZjU3MmNkNWUxODU3ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c694fa9-e2a6-45b7-aa90-0693f13cc375","artifactVersion":"1"},{"artifactName":"service-Vfw20220702043455-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar","artifactChecksum":"ZTViZWM1MTVkN2UxOTVjY2RiMzZmMmExMzVlMGNjMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c7495e0-6025-44df-9f35-781d20b1af32","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-02T04:36:47.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736553465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.102Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:36:47.111Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:36:47.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "clamp",
  "timestamp": 1656736546951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "policy-id",
  "timestamp": 1656736548597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "cds",
  "timestamp": 1656736554497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "aai-ml",
  "timestamp": 1656736554506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736557176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736553465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "clamp",
  "timestamp": 1656736546951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "policy-id",
  "timestamp": 1656736548597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736557411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "aai-ml",
  "timestamp": 1656736554506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "cds",
  "timestamp": 1656736554497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.127Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:36:47.128Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736553465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736557176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "clamp",
  "timestamp": 1656736546951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "policy-id",
  "timestamp": 1656736548597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736557411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "cds",
  "timestamp": 1656736554497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "aai-ml",
  "timestamp": 1656736554506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736557176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736553465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "clamp",
  "timestamp": 1656736546951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "policy-id",
  "timestamp": 1656736548597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736557411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "cds",
  "timestamp": 1656736554497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "aai-ml",
  "timestamp": 1656736554506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736557176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736553465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "clamp",
  "timestamp": 1656736546951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "policy-id",
  "timestamp": 1656736548597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736557411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "cds",
  "timestamp": 1656736554497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "aai-ml",
  "timestamp": 1656736554506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736557176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736553465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "clamp",
  "timestamp": 1656736546951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "policy-id",
  "timestamp": 1656736548597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736557411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "cds",
  "timestamp": 1656736554497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "aai-ml",
  "timestamp": 1656736554506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736557176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736553465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "clamp",
  "timestamp": 1656736546951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "policy-id",
  "timestamp": 1656736548597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736557411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "aai-ml",
  "timestamp": 1656736554506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "cds",
  "timestamp": 1656736554497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736557176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736557411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "policy-id",
  "timestamp": 1656736564346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "aai-ml",
  "timestamp": 1656736563659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "cds",
  "timestamp": 1656736563659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736564987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "policy-id",
  "timestamp": 1656736565359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:36:47.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736565314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "cds",
  "timestamp": 1656736564686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-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-02T04:36:47.226Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-07-02T04:36:47.232Z||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-02T04:36:47.232Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:36:47.246Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:47.247Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 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-02T04:36:47.364Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ca84c57-b702-451c-b561-7c1b788b56b5
2022-07-02T04:36:47.388Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ca84c57-b702-451c-b561-7c1b788b56b5 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-02T04:36:47.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736566071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "policy-id",
  "timestamp": 1656736566364,
  "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-02T04:36:47.427Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ca84c57-b702-451c-b561-7c1b788b56b5
2022-07-02T04:36:47.427Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ca84c57-b702-451c-b561-7c1b788b56b5 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-02T04:36:47.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736567136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736568206,
  "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-02T04:36:47.441Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ca84c57-b702-451c-b561-7c1b788b56b5
2022-07-02T04:36:47.441Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ca84c57-b702-451c-b561-7c1b788b56b5 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-02T04:36:47.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "policy-id",
  "timestamp": 1656736568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736569211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:36:47.451Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "policy-id",
  "timestamp": 1656736568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "cds",
  "timestamp": 1656736569497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736570970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:36:47.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "policy-id",
  "timestamp": 1656736568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "cds",
  "timestamp": 1656736569497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736571975,
  "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-02T04:36:47.459Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ca84c57-b702-451c-b561-7c1b788b56b5
2022-07-02T04:36:47.459Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ca84c57-b702-451c-b561-7c1b788b56b5 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-02T04:36:47.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "policy-id",
  "timestamp": 1656736568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "cds",
  "timestamp": 1656736569497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "policy-id",
  "timestamp": 1656736568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "cds",
  "timestamp": 1656736569497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "policy-id",
  "timestamp": 1656736568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736573465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "cds",
  "timestamp": 1656736569497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "policy-id",
  "timestamp": 1656736568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736573465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "clamp",
  "timestamp": 1656736575586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "cds",
  "timestamp": 1656736569497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736573465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "policy-id",
  "timestamp": 1656736576370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "cds",
  "timestamp": 1656736569497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736573465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "policy-id",
  "timestamp": 1656736577374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:36:47.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "clamp",
  "timestamp": 1656736577595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:36:47.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "cds",
  "timestamp": 1656736577247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736577177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736573465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "policy-id",
  "timestamp": 1656736578376,
  "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-02T04:36:47.489Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a908ba2-6f7e-4bcc-b99e-26c98416162e
2022-07-02T04:36:47.489Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a908ba2-6f7e-4bcc-b99e-26c98416162e 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-02T04:36:47.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "clamp",
  "timestamp": 1656736578602,
  "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-02T04:36:47.501Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ca84c57-b702-451c-b561-7c1b788b56b5
2022-07-02T04:36:47.502Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ca84c57-b702-451c-b561-7c1b788b56b5 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-02T04:36:47.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736577177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "cds",
  "timestamp": 1656736578254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-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-02T04:36:47.515Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a908ba2-6f7e-4bcc-b99e-26c98416162e
2022-07-02T04:36:47.516Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a908ba2-6f7e-4bcc-b99e-26c98416162e 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-02T04:36:47.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736573465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736577177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "clamp",
  "timestamp": 1656736579606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656736573465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "aai-ml",
  "timestamp": 1656736579645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:36:47.526Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736577177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "clamp",
  "timestamp": 1656736579606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "aai-ml",
  "timestamp": 1656736580651,
  "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-02T04:36:47.534Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ca84c57-b702-451c-b561-7c1b788b56b5
2022-07-02T04:36:47.534Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ca84c57-b702-451c-b561-7c1b788b56b5 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-02T04:36:47.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736577177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "clamp",
  "timestamp": 1656736579606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736577177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "clamp",
  "timestamp": 1656736579606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736577177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "clamp",
  "timestamp": 1656736579606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736584984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "clamp",
  "timestamp": 1656736579606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "aai-ml",
  "timestamp": 1656736584506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "clamp",
  "timestamp": 1656736579606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736586058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "aai-ml",
  "timestamp": 1656736584506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736587131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "aai-ml",
  "timestamp": 1656736584506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736587410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736588154,
  "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-02T04:36:47.555Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a908ba2-6f7e-4bcc-b99e-26c98416162e
2022-07-02T04:36:47.555Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a908ba2-6f7e-4bcc-b99e-26c98416162e 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-02T04:36:47.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "aai-ml",
  "timestamp": 1656736584506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736587410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656736589157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:36:47.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "aai-ml",
  "timestamp": 1656736584506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736587410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "aai-ml",
  "timestamp": 1656736584506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736587410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "aai-ml",
  "timestamp": 1656736584506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736587410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "clamp",
  "timestamp": 1656736592580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "aai-ml",
  "timestamp": 1656736592279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736587410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:47.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736587410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:47.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:36:47.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "clamp",
  "timestamp": 1656736594589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:36:47.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736595187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:47.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "clamp",
  "timestamp": 1656736595592,
  "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-02T04:36:47.576Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a908ba2-6f7e-4bcc-b99e-26c98416162e
2022-07-02T04:36:47.577Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a908ba2-6f7e-4bcc-b99e-26c98416162e 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-02T04:36:47.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736597576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:36:47.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656736598579,
  "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-02T04:36:47.589Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a908ba2-6f7e-4bcc-b99e-26c98416162e
2022-07-02T04:36:47.590Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a908ba2-6f7e-4bcc-b99e-26c98416162e 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-02T04:36:47.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "aai-ml",
  "timestamp": 1656736599938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:36:47.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:36:47.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:36:47.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "aai-ml",
  "timestamp": 1656736600942,
  "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-02T04:36:47.602Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a908ba2-6f7e-4bcc-b99e-26c98416162e
2022-07-02T04:36:47.603Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a908ba2-6f7e-4bcc-b99e-26c98416162e 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-02T04:36:48.137Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:36:48.138Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:36:48.142Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:36:48.142Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:36:48.242Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:36:48.243Z||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-02T04:36:48.244Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:36:48.260Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:48.261Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:36:49.142Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:36:49.144Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:36:49.146Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:36:49.146Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:36:49.246Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:36:49.247Z||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-02T04:36:49.247Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:36:49.269Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:49.270Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:36:50.146Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:36:50.147Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:36:50.149Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:36:50.149Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:50.249Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:36:50.251Z||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-02T04:36:50.251Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:36:50.267Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:50.267Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:36:51.150Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:36:51.151Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:36:51.153Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:36:51.154Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-02T04:36:51.259Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-02T04:36:51.260Z||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-02T04:36:51.260Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:36:51.280Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:51.280Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:36:52.154Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:36:52.155Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:36:52.157Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:36:52.157Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:36:52.257Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:36:52.258Z||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-02T04:36:52.259Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:36:52.275Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:52.275Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:36:53.158Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:36:53.159Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:36:53.160Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:36:53.161Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:36:53.261Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:36:53.262Z||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-02T04:36:53.262Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:36:53.276Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:53.276Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:36:54.162Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "serviceName": "vFW 2022-07-02 04-34-55",
  "serviceVersion": "1.0",
  "serviceUUID": "ca601d18-2ca7-41cd-8774-1e16d8b4f740",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "59a73f38-bccf-4728-9ec5-38e112a46e7e",
  "resources": [
    {
      "resourceInstanceName": "vFW 7b0a09cb-bac4 0",
      "resourceCustomizationUUID": "c07a2001-9405-4d98-9fac-a7af78cc02ff",
      "resourceName": "vFW 7b0a09cb-bac4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "188fa43d-b2ea-4a7f-b641-e151a1e3376f",
      "resourceInvariantUUID": "80c0a35e-a81a-44f5-ba72-7964988b8dbc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7b0a09cbbac40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
          "artifactChecksum": "ZWZlM2VmYzAxNTkxM2EzMjZjOGRjOTg1ZDgyMTVmNTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "046991d2-446d-4ee2-a518-9dea50b5f5ec",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "22662e43-0036-40e7-94b3-6d062bceadba",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a6ecc58e-d36a-4f32-b607-e55cdbb7f521",
            "generatedFromUUID": "22662e43-0036-40e7-94b3-6d062bceadba"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a6ecc58e-d36a-4f32-b607-e55cdbb7f521",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220702043455-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
      "artifactChecksum": "ZTViZWM1MTVkN2UxOTVjY2RiMzZmMmExMzVlMGNjMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3c7495e0-6025-44df-9f35-781d20b1af32"
    }
  ],
  "workloadContext": "Production"
}
2022-07-02T04:36:54.164Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-02T04:36:54.164Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ca601d18-2ca7-41cd-8774-1e16d8b4f740 ASDC
2022-07-02T04:36:54.272Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8ca84c57-b702-451c-b561-7c1b788b56b5
ServiceName:vFW 2022-07-02 04-34-55
ServiceVersion:1.0
ServiceUUID:ca601d18-2ca7-41cd-8774-1e16d8b4f740
ServiceInvariantUUID:59a73f38-bccf-4728-9ec5-38e112a46e7e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220702043455-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar
ArtifactUUID:3c7495e0-6025-44df-9f35-781d20b1af32
ArtifactChecksum:ZTViZWM1MTVkN2UxOTVjY2RiMzZmMmExMzVlMGNjMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7b0a09cb-bac4 0
ResourceCustomizationUUID:c07a2001-9405-4d98-9fac-a7af78cc02ff
ResourceInvariantUUID:80c0a35e-a81a-44f5-ba72-7964988b8dbc
ResourceName:vFW 7b0a09cb-bac4
ResourceType:VF
ResourceUUID:188fa43d-b2ea-4a7f-b641-e151a1e3376f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7b0a09cbbac40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json
ArtifactUUID:046991d2-446d-4ee2-a518-9dea50b5f5ec
ArtifactChecksum:ZWZlM2VmYzAxNTkxM2EzMjZjOGRjOTg1ZDgyMTVmNTA=
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/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml
ArtifactUUID:22662e43-0036-40e7-94b3-6d062bceadba
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/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env
ArtifactUUID:a6ecc58e-d36a-4f32-b607-e55cdbb7f521
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/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env
ArtifactUUID:a6ecc58e-d36a-4f32-b607-e55cdbb7f521
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-02T04:36:54.273Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca601d18-2ca7-41cd-8774-1e16d8b4f740 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-02T04:36:54.321Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:36:54.322Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-02T04:36:54.324Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-02T04:36:54.324Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c7495e0-6025-44df-9f35-781d20b1af32 from URL: /sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar
2022-07-02T04:36:54.324Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-02T04:36:54.326Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar
2022-07-02T04:36:54.414Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-02T04:36:54.433Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar 3c7495e0-6025-44df-9f35-781d20b1af32 98996
2022-07-02T04:36:54.434Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar ASDC sendASDCNotification
2022-07-02T04:36:54.434Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar
2022-07-02T04:36:54.435Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:36:54.436Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:36:54.438Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:36:54.438Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736614433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:54.539Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:36:54.539Z||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-02T04:36:54.540Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:36:54.560Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:54.560Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:36:55.439Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:36:55.440Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-02T04:36:55.440Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3c7495e0-6025-44df-9f35-781d20b1af32, URL: /sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar to file: /app/ASDC/1/service-Vfw20220702043455-csar.csar
2022-07-02T04:36:55.441Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220702043455-csar.csar
2022-07-02T04:36:55.540Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220702043455-csar.csar
2022-07-02T04:36:55.541Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220702043455-csar.csar
2022-07-02T04:36:56.297Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11251600050815786037/Definitions/service-Vfw20220702043455-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-02T04:36:59.400Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-02T04:36:59.405Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-02T04:36:59.405Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.405Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-02T04:36:59.406Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.406Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.406Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.406Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.406Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.406Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.407Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.407Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.407Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.407Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7b0a09cb-bac4 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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.407Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.407Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.407Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-Vfw20220702043455-csar.csar
2022-07-02T04:36:59.407Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-02T04:36:59.414Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.415Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:36:59.419Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:36:59.420Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-02T04:36:59.421Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:36:59.423Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.423Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:36:59.424Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:36:59.424Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-02T04:36:59.424Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:36:59.424Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.425Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:36:59.428Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.428Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is not matching search criteria
2022-07-02T04:36:59.429Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-02T04:36:59.429Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-02T04:36:59.429Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-02T04:36:59.429Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.429Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-02T04:36:59.430Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.430Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-02T04:36:59.430Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-02T04:36:59.430Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-02T04:36:59.430Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.431Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-02T04:36:59.431Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-02T04:36:59.431Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-02T04:36:59.431Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-02T04:36:59.431Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.432Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-02T04:36:59.432Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.432Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-02T04:36:59.433Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.433Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:36:59.434Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:36:59.434Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.434Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:36:59.434Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:36:59.435Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.435Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:36:59.435Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:36:59.435Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.436Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is not matching search criteria
2022-07-02T04:36:59.436Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-02T04:36:59.436Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-02T04:36:59.436Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-02T04:36:59.436Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-02T04:36:59.437Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-02T04:36:59.437Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.437Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-02T04:36:59.437Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-02T04:36:59.437Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-02T04:36:59.437Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-02T04:36:59.438Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.438Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7615b93d-9648-4def-9ff6-894c48a4e505
2022-07-02T04:36:59.438Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.438Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is not matching search criteria
2022-07-02T04:36:59.439Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-02T04:36:59.439Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-02T04:36:59.439Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-02T04:36:59.439Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.439Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-02T04:36:59.439Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.440Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-02T04:36:59.440Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-02T04:36:59.440Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-02T04:36:59.440Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-02T04:36:59.440Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-02T04:36:59.441Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.441Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=64def557-8d24-4c0c-8fd9-98f83c9db25d
2022-07-02T04:36:59.441Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.441Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is not matching search criteria
2022-07-02T04:36:59.441Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-02T04:36:59.442Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-02T04:36:59.442Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-02T04:36:59.442Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.442Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-02T04:36:59.442Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.442Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-02T04:36:59.443Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-02T04:36:59.443Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-02T04:36:59.443Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-02T04:36:59.443Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-02T04:36:59.443Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-02T04:36:59.444Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b1d98e6d-5ebe-4699-9c69-409e8fc05b5a
2022-07-02T04:36:59.444Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.444Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:36:59.444Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.444Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:36:59.444Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.445Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:36:59.445Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:36:59.445Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:36:59.445Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-02 04-34-55
Description:catalog service description
Model UUID:ca601d18-2ca7-41cd-8774-1e16d8b4f740
Model Version:NULL
Model InvariantUuid:59a73f38-bccf-4728-9ec5-38e112a46e7e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7b0a09cb-bac4
Model UUID:029a62b4-0a04-41f6-a8e0-e509e4c41832
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:80c0a35e-a81a-44f5-ba72-7964988b8dbc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c07a2001-9405-4d98-9fac-a7af78cc02ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7297ea4f-3082-46b1-9399-b66d8da07af1
ModelName:Vfw7b0a09cbBac4..base_vfw..module-0
ModelUuid:d860a587-27da-4dcf-b1fe-26e86cf4829b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7615b93d-9648-4def-9ff6-894c48a4e505
ModelInvariantUuid:f6f744f0-d093-4dc3-84ae-55890cf2e485
ModelName:vFW 7b0a09cb-bac4-nodes.vfwCvfc
ModelUuid:e123a27f-ae38-4188-b1ef-e98d67b5a917
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:dd728ba4-8a1e-425d-b628-cd84369d8049
ModelInvariantUuid:ef1b302d-2c6c-48e4-b45d-4bb1968fcc73
ModelName:Vfw7b0a09cbBac4.compute.nodes.heat.vfw
ModelUuid:fa703d3a-52b5-45e9-a6c3-8389711ab516
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:64def557-8d24-4c0c-8fd9-98f83c9db25d
ModelInvariantUuid:4591dc2d-35b7-4485-9cec-9af4e7fa0322
ModelName:vFW 7b0a09cb-bac4-nodes.vsnCvfc
ModelUuid:cdbfbc03-8961-47c2-9cb5-ab99fbba80f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d332ec06-33df-4ff9-8e6e-e9734089109f
ModelInvariantUuid:341fd717-8c90-4ec8-b122-e13987c4d9df
ModelName:Vfw7b0a09cbBac4.compute.nodes.heat.vsn
ModelUuid:973097b9-b171-480a-bf98-507cd95a6075
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b1d98e6d-5ebe-4699-9c69-409e8fc05b5a
ModelInvariantUuid:328caf25-8fbc-4fa6-b54d-f3a8b48aed9f
ModelName:vFW 7b0a09cb-bac4-nodes.vpgCvfc
ModelUuid:522f0b5a-c526-4ade-912a-d82b0c5633fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0d0458c0-16b4-45db-8b21-c37817d5693d
ModelInvariantUuid:52b00169-daaa-4e7e-88af-373ac27aca88
ModelName:Vfw7b0a09cbBac4.compute.nodes.heat.vpg
ModelUuid:abfa616f-4015-47b1-9302-a5455aa5cf1f
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-02T04:36:59.456Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 188fa43d-b2ea-4a7f-b641-e151a1e3376f
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-02T04:36:59.542Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||vFW 7b0a09cb-bac4 0
2022-07-02T04:36:59.549Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 188fa43d-b2ea-4a7f-b641-e151a1e3376f
2022-07-02T04:36:59.549Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 046991d2-446d-4ee2-a518-9dea50b5f5ec from URL: /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json
2022-07-02T04:36:59.549Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-02T04:36:59.549Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json
2022-07-02T04:36:59.617Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-02T04:36:59.617Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json 046991d2-446d-4ee2-a518-9dea50b5f5ec 785
2022-07-02T04:36:59.618Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json ASDC sendASDCNotification
2022-07-02T04:36:59.618Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json
2022-07-02T04:36:59.618Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:36:59.618Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:36:59.620Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:36:59.621Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736619618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:36:59.721Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:36:59.722Z||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-02T04:36:59.722Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:36:59.737Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:36:59.738Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:37:00.623Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7b0a09cbBac4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7297ea4f-3082-46b1-9399-b66d8da07af1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d860a587-27da-4dcf-b1fe-26e86cf4829b",
    "vfModuleModelCustomizationUUID": "8e427cfb-baf2-4842-b104-27b991adebac",
    "isBase": true,
    "artifacts": [
      "22662e43-0036-40e7-94b3-6d062bceadba",
      "a6ecc58e-d36a-4f32-b607-e55cdbb7f521"
    ],
    "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-02T04:37:00.640Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b0a09cbBac4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d860a587-27da-4dcf-b1fe-26e86cf4829b
VfModuleModelInvariantUUID:7297ea4f-3082-46b1-9399-b66d8da07af1
VfModuleModelDescription:NULL
Artifacts UUID List:{
22662e43-0036-40e7-94b3-6d062bceadba
,
a6ecc58e-d36a-4f32-b607-e55cdbb7f521

}
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-02T04:37:00.644Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7b0a09cbBac4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7297ea4f-3082-46b1-9399-b66d8da07af1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d860a587-27da-4dcf-b1fe-26e86cf4829b",
    "vfModuleModelCustomizationUUID": "8e427cfb-baf2-4842-b104-27b991adebac",
    "isBase": true,
    "artifacts": [
      "22662e43-0036-40e7-94b3-6d062bceadba",
      "a6ecc58e-d36a-4f32-b607-e55cdbb7f521"
    ],
    "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-02T04:37:00.644Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b0a09cbBac4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d860a587-27da-4dcf-b1fe-26e86cf4829b
VfModuleModelInvariantUUID:7297ea4f-3082-46b1-9399-b66d8da07af1
VfModuleModelDescription:NULL
Artifacts UUID List:{
22662e43-0036-40e7-94b3-6d062bceadba
,
a6ecc58e-d36a-4f32-b607-e55cdbb7f521

}
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-02T04:37:00.644Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 22662e43-0036-40e7-94b3-6d062bceadba from URL: /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml
2022-07-02T04:37:00.644Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-02T04:37:00.645Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml
2022-07-02T04:37:00.770Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-02T04:37:00.771Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml 22662e43-0036-40e7-94b3-6d062bceadba 20368
2022-07-02T04:37:00.771Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-02T04:37:00.771Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml
2022-07-02T04:37:00.772Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:37:00.772Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:00.774Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:00.774Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736620771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:37:00.875Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-02T04:37:00.876Z||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-02T04:37:00.877Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:00.894Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:00.897Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:37:01.775Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a6ecc58e-d36a-4f32-b607-e55cdbb7f521 from URL: /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env
2022-07-02T04:37:01.775Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-02T04:37:01.776Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env
2022-07-02T04:37:01.833Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-02T04:37:01.833Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env a6ecc58e-d36a-4f32-b607-e55cdbb7f521 2098
2022-07-02T04:37:01.834Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-02T04:37:01.834Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env
2022-07-02T04:37:01.834Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:37:01.834Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:01.836Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:01.836Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736621834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:37:01.936Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:37:01.937Z||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-02T04:37:01.937Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:01.958Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:01.959Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:37:02.837Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ca601d18-2ca7-41cd-8774-1e16d8b4f740
2022-07-02T04:37:02.837Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7b0a09cb-bac4 0 188fa43d-b2ea-4a7f-b641-e151a1e3376f 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-02T04:37:02.872Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e8c89ec, org.onap.sdc.toscaparser.api.parameters.Input@7f6ca73b, org.onap.sdc.toscaparser.api.parameters.Input@4b19f, org.onap.sdc.toscaparser.api.parameters.Input@3274069f, org.onap.sdc.toscaparser.api.parameters.Input@48cd2ad4]
2022-07-02T04:37:02.876Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.877Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:37:02.877Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-02T04:37:02.877Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c07a2001-9405-4d98-9fac-a7af78cc02ff
2022-07-02T04:37:02.878Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c07a2001-9405-4d98-9fac-a7af78cc02ff matches Tosca VF Customization UUID: c07a2001-9405-4d98-9fac-a7af78cc02ff
2022-07-02T04:37:02.878Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c07a2001-9405-4d98-9fac-a7af78cc02ff  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-02T04:37:02.886Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.886Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:37:02.888Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c07a2001-9405-4d98-9fac-a7af78cc02ff: {\"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-02T04:37:02.889Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@741552d7
2022-07-02T04:37:02.889Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.890Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-02T04:37:02.891Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e427cfb-baf2-4842-b104-27b991adebac
2022-07-02T04:37:02.892Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e427cfb-baf2-4842-b104-27b991adebac
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-02T04:37:02.901Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.901Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:37:02.901Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:37:02.902Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.902Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:37:02.903Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:37:02.903Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.903Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is not matching search criteria
2022-07-02T04:37:02.904Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-02T04:37:02.904Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-02T04:37:02.904Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-02T04:37:02.904Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-02T04:37:02.905Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-02T04:37:02.905Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-02T04:37:02.905Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-02T04:37:02.905Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-02T04:37:02.906Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-02T04:37:02.906Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-02T04:37:02.906Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-02T04:37:02.906Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7615b93d-9648-4def-9ff6-894c48a4e505
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-02T04:37:02.915Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.915Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:37:02.915Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:37:02.916Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.916Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is not matching search criteria
2022-07-02T04:37:02.916Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-02T04:37:02.916Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-02T04:37:02.917Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-02T04:37:02.917Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-02T04:37:02.917Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-02T04:37:02.917Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-02T04:37:02.918Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-02T04:37:02.918Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-02T04:37:02.918Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-02T04:37:02.918Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-02T04:37:02.919Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-02T04:37:02.919Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-02T04:37:02.919Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=64def557-8d24-4c0c-8fd9-98f83c9db25d
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-02T04:37:02.922Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.922Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:37:02.922Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:37:02.925Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.925Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is not matching search criteria
2022-07-02T04:37:02.925Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-02T04:37:02.925Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-02T04:37:02.926Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-02T04:37:02.926Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-02T04:37:02.926Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-02T04:37:02.926Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-02T04:37:02.927Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-02T04:37:02.927Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-02T04:37:02.927Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-02T04:37:02.927Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-02T04:37:02.928Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-02T04:37:02.928Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-02T04:37:02.928Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b1d98e6d-5ebe-4699-9c69-409e8fc05b5a
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-02T04:37:02.931Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.931Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:37:02.931Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:37:02.932Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.932Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b0a09cb-bac4 0 is matching search criteria
2022-07-02T04:37:02.932Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b0a09cb-bac4 0] matching following query criteria: sdcType=VF, customizationUUID=c07a2001-9405-4d98-9fac-a7af78cc02ff
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-02T04:37:02.934Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.935Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:37:02.935Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ca601d18-2ca7-41cd-8774-1e16d8b4f740: vFW 7b0a09cb-bac4
2022-07-02T04:37:02.935Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.936Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:37:02.936Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.936Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:37:02.937Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.937Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:37:02.938Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.938Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:37:02.938Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:37:02.939Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-07-02 04-34-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:37:02.939Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-07-02 04-34-55 
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-02T04:37:03.190Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7b0a09cb-bac4 188fa43d-b2ea-4a7f-b641-e151a1e3376f 1 ASDC deployResourceStructure
2022-07-02T04:37:03.191Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json ASDC sendASDCNotification
2022-07-02T04:37:03.191Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json
2022-07-02T04:37:03.191Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:37:03.191Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:03.193Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:03.193Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736623191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:37:03.293Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:37:03.294Z||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-02T04:37:03.295Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:03.309Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:03.310Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:37:04.194Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-02T04:37:04.194Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml
2022-07-02T04:37:04.194Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:37:04.194Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:04.196Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:04.196Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736624193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T04:37:04.296Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:37:04.298Z||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-02T04:37:04.298Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:04.316Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:04.317Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:37:05.197Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-02T04:37:05.197Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env
2022-07-02T04:37:05.197Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:37:05.198Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:05.200Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:05.200Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736625197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-02T04:37:05.300Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:37:05.301Z||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-02T04:37:05.301Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:05.317Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:05.317Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:37:06.201Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar ASDC sendASDCNotification
2022-07-02T04:37:06.202Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar
2022-07-02T04:37:06.202Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:37:06.202Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:06.204Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:06.204Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736626201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:37:06.305Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:37:06.306Z||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-02T04:37:06.306Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:06.325Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:06.326Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:37:07.205Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ca84c57-b702-451c-b561-7c1b788b56b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T04:37:07.224Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ca84c57-b702-451c-b561-7c1b788b56b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T04:37:07.228Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T04:37:07.228Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-02T04:37:07.228Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-02T04:37:07.228Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-02T04:37:07.228Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:37:07.229Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:37:07.229Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:37:07.229Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:37:07.229Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:37:07.229Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:37:07.229Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-02T04:37:07.235Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-02T04:37:37.236Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ca84c57-b702-451c-b561-7c1b788b56b5 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-02T04:37:37.246Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ca84c57-b702-451c-b561-7c1b788b56b5 and serviceModelVersionId: ca601d18-2ca7-41cd-8774-1e16d8b4f740
2022-07-02T04:37:37.246Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59a73f38-bccf-4728-9ec5-38e112a46e7e
2022-07-02T04:37:46.394Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:37:46.394Z||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-02T04:37:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:37:46.527Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:46.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:37:46.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:37:46.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:37:52.401Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59a73f38-bccf-4728-9ec5-38e112a46e7e/model-vers/model-ver/ca601d18-2ca7-41cd-8774-1e16d8b4f740?depth=0
2022-07-02T04:37:52.507Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-02T04:37:53.010Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59a73f38-bccf-4728-9ec5-38e112a46e7e/model-vers/model-ver/ca601d18-2ca7-41cd-8774-1e16d8b4f740?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-02T04:37:53.014Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59a73f38-bccf-4728-9ec5-38e112a46e7e/model-vers/model-ver/ca601d18-2ca7-41cd-8774-1e16d8b4f740?depth=0|INFO|500||Invoke
2022-07-02T04:37:53.142Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59a73f38-bccf-4728-9ec5-38e112a46e7e/model-vers/model-ver/ca601d18-2ca7-41cd-8774-1e16d8b4f740?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-02T04:37:53.328Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59a73f38-bccf-4728-9ec5-38e112a46e7e/model-vers/model-ver/ca601d18-2ca7-41cd-8774-1e16d8b4f740?depth=0|INFO|500||InvokeReturn
2022-07-02T04:37:53.329Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59a73f38-bccf-4728-9ec5-38e112a46e7e/model-vers/model-ver/ca601d18-2ca7-41cd-8774-1e16d8b4f740?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220702-04:37:52:905-73606], vertex-id=[200896], Content-Length=[0], Date=[Sat, 02 Jul 2022 04:37:52 GMT], Content-Type=[application/json]}
2022-07-02T04:37:53.330Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-07-02T04:37:53.333Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-02T04:37:53.333Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-02T04:37:53.337Z|8ca84c57-b702-451c-b561-7c1b788b56b5|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-02T04:37:53.339Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ca84c57-b702-451c-b561-7c1b788b56b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-02T04:37:53.340Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-02T04:37:53.340Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:53.342Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:53.342Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736673339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:37:53.442Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:37:53.443Z||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-02T04:37:53.443Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:53.457Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:53.458Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-02T04:37:54.356Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-02T04:37:54.356Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a908ba2-6f7e-4bcc-b99e-26c98416162e","serviceName":"basic_onboard_CeIwDp","serviceVersion":"1.0","serviceUUID":"101ff80c-4990-4902-8e92-b91a0b339ab2","serviceDescription":"service","serviceInvariantUUID":"74198e7a-5b3d-4353-a9f6-23c0303e7c4d","resources":[{"resourceInstanceName":"basic_onboard_CeIwDp 0","resourceName":"basic_onboard_CeIwDp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ac9e14d-038f-4e29-a6af-d53ce8c84295","resourceInvariantUUID":"b345bf61-5bf3-4bcd-aa0a-3de1aa0ee349","resourceCustomizationUUID":"0023fc93-70bb-4e27-91c4-7f1a59cf593d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vf-license-model.xml","artifactChecksum":"YTcyYjJmYTE3ZmZjYWFmMGI5ZmM0OGZiMjdlMmUzYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96ddb764-36fe-4e52-b93d-5cd7dcb3e054","artifactVersion":"1"},{"artifactName":"basic_onboard_ceiwdp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json","artifactChecksum":"MGFiODgxM2RlNmIwYzBlMWFkMWQ5YTY0OTZiY2Q0NGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9930b72-4d70-4155-9df5-632bf8a249be","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ab20a45c-33ed-477c-a835-44825975d194","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d112134e-b60b-4fbe-9687-d2e7610b80a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4951fd36-be0d-4df0-89b3-510c979d8431","artifactVersion":"2","generatedFromUUID":"ab20a45c-33ed-477c-a835-44825975d194"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCeiwdp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-template.yml","artifactChecksum":"NjRkMzMyYWJhNDJmZmE0OGQ0NjZkNjY2NjRkNmQ2Mjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b61d7f4f-aaae-412d-99cf-8ae5855fb53b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCeiwdp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar","artifactChecksum":"ZDIxMGZlYjljOGY1Zjg3ZTBiNmNkMDNhYmY3MWViYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66932070-9412-4449-ad2e-883f8299c80e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-02T04:37:54.357Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:37:54.357Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:54.359Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:54.359Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:37:54.459Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:37:54.460Z||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-02T04:37:54.460Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:54.478Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:54.479Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:37:55.360Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:37:55.361Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:55.363Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:55.363Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:37:55.463Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:37:55.464Z||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-02T04:37:55.465Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:55.486Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:55.487Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:37:56.364Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:37:56.365Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:56.367Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:56.368Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:37:56.467Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:37:56.468Z||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-02T04:37:56.468Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:56.481Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:56.482Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:37:57.368Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:37:57.369Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:57.371Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:57.371Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:37:57.472Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:37:57.473Z||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-02T04:37:57.473Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:57.487Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:57.488Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:37:58.377Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:37:58.380Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:58.382Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:58.382Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-02T04:37:58.486Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-02T04:37:58.487Z||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-02T04:37:58.487Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:58.508Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:58.510Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:37:59.383Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:37:59.387Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:37:59.389Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:37:59.389Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:37:59.489Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:37:59.490Z||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-02T04:37:59.490Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:37:59.504Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:37:59.505Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:38:00.390Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:38:00.391Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:38:00.393Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:38:00.393Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:38:00.493Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:38:00.494Z||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-02T04:38:00.494Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:38:00.510Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:00.510Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:38:01.394Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "serviceName": "basic_onboard_CeIwDp",
  "serviceVersion": "1.0",
  "serviceUUID": "101ff80c-4990-4902-8e92-b91a0b339ab2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "74198e7a-5b3d-4353-a9f6-23c0303e7c4d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CeIwDp 0",
      "resourceCustomizationUUID": "0023fc93-70bb-4e27-91c4-7f1a59cf593d",
      "resourceName": "basic_onboard_CeIwDp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ac9e14d-038f-4e29-a6af-d53ce8c84295",
      "resourceInvariantUUID": "b345bf61-5bf3-4bcd-aa0a-3de1aa0ee349",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ceiwdp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
          "artifactChecksum": "MGFiODgxM2RlNmIwYzBlMWFkMWQ5YTY0OTZiY2Q0NGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f9930b72-4d70-4155-9df5-632bf8a249be",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ab20a45c-33ed-477c-a835-44825975d194",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4951fd36-be0d-4df0-89b3-510c979d8431",
            "generatedFromUUID": "ab20a45c-33ed-477c-a835-44825975d194"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4951fd36-be0d-4df0-89b3-510c979d8431",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCeiwdp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
      "artifactChecksum": "ZDIxMGZlYjljOGY1Zjg3ZTBiNmNkMDNhYmY3MWViYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "66932070-9412-4449-ad2e-883f8299c80e"
    }
  ],
  "workloadContext": "Production"
}
2022-07-02T04:38:01.395Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-02T04:38:01.395Z|8ca84c57-b702-451c-b561-7c1b788b56b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 101ff80c-4990-4902-8e92-b91a0b339ab2 ASDC
2022-07-02T04:38:01.395Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0a908ba2-6f7e-4bcc-b99e-26c98416162e
ServiceName:basic_onboard_CeIwDp
ServiceVersion:1.0
ServiceUUID:101ff80c-4990-4902-8e92-b91a0b339ab2
ServiceInvariantUUID:74198e7a-5b3d-4353-a9f6-23c0303e7c4d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCeiwdp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar
ArtifactUUID:66932070-9412-4449-ad2e-883f8299c80e
ArtifactChecksum:ZDIxMGZlYjljOGY1Zjg3ZTBiNmNkMDNhYmY3MWViYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CeIwDp 0
ResourceCustomizationUUID:0023fc93-70bb-4e27-91c4-7f1a59cf593d
ResourceInvariantUUID:b345bf61-5bf3-4bcd-aa0a-3de1aa0ee349
ResourceName:basic_onboard_CeIwDp
ResourceType:VF
ResourceUUID:2ac9e14d-038f-4e29-a6af-d53ce8c84295
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ceiwdp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json
ArtifactUUID:f9930b72-4d70-4155-9df5-632bf8a249be
ArtifactChecksum:MGFiODgxM2RlNmIwYzBlMWFkMWQ5YTY0OTZiY2Q0NGU=
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/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ab20a45c-33ed-477c-a835-44825975d194
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/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env
ArtifactUUID:4951fd36-be0d-4df0-89b3-510c979d8431
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/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env
ArtifactUUID:4951fd36-be0d-4df0-89b3-510c979d8431
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-02T04:38:01.395Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 101ff80c-4990-4902-8e92-b91a0b339ab2 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-02T04:38:01.425Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:38:01.426Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-02T04:38:01.426Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-02T04:38:01.426Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 66932070-9412-4449-ad2e-883f8299c80e from URL: /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:01.426Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-02T04:38:01.426Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:01.502Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-02T04:38:01.504Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar 66932070-9412-4449-ad2e-883f8299c80e 71563
2022-07-02T04:38:01.505Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar ASDC sendASDCNotification
2022-07-02T04:38:01.505Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:01.505Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:38:01.505Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:38:01.507Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:38:01.507Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736681505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:38:01.607Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:38:01.608Z||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-02T04:38:01.608Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:38:01.623Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:01.624Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:38:02.508Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:38:02.509Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-02T04:38:02.509Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 66932070-9412-4449-ad2e-883f8299c80e, URL: /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar to file: /app/ASDC/1/service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:02.509Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:02.510Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:02.510Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:02.637Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7573208487841466080/Definitions/service-BasicOnboardCeiwdp-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-02T04:38:03.798Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-02T04:38:03.799Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-02T04:38:03.799Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:03.799Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-02T04:38:03.799Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||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-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:03.799Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CeIwDp 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-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:03.799Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:03.799Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:03.800Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:03.800Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:03.800Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:03.800Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:03.800Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:03.800Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-02T04:38:03.800Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.800Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:03.801Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is matching search criteria
2022-07-02T04:38:03.801Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-02T04:38:03.801Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeIwDp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:38:03.801Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.801Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:03.802Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is matching search criteria
2022-07-02T04:38:03.802Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-02T04:38:03.802Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeIwDp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:38:03.802Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.802Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:03.802Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.803Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is not matching search criteria
2022-07-02T04:38:03.803Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-02T04:38:03.803Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-02T04:38:03.803Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-02T04:38:03.803Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-02T04:38:03.803Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-02T04:38:03.803Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.804Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-02T04:38:03.804Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.804Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is matching search criteria
2022-07-02T04:38:03.804Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeIwDp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:38:03.804Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.804Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is matching search criteria
2022-07-02T04:38:03.805Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeIwDp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:38:03.805Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.805Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is matching search criteria
2022-07-02T04:38:03.805Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeIwDp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:38:03.805Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.805Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is not matching search criteria
2022-07-02T04:38:03.805Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-02T04:38:03.806Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-02T04:38:03.806Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fe005903-8201-409d-8e70-f9482b14e3cc
2022-07-02T04:38:03.806Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.806Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:03.806Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.806Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:03.807Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.807Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:03.807Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:03.807Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:03.807Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CeIwDp
Description:service
Model UUID:101ff80c-4990-4902-8e92-b91a0b339ab2
Model Version:NULL
Model InvariantUuid:74198e7a-5b3d-4353-a9f6-23c0303e7c4d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CeIwDp
Model UUID:170bce52-5e31-4192-b34c-2cf238812871
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b345bf61-5bf3-4bcd-aa0a-3de1aa0ee349
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0023fc93-70bb-4e27-91c4-7f1a59cf593d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8fa0a26f-efd9-42b8-bf0c-1f39d695aa62
ModelName:BasicOnboardCeiwdp..base_ubuntu18..module-0
ModelUuid:daf44778-3293-4fe6-820e-b92c222fc563
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe005903-8201-409d-8e70-f9482b14e3cc
ModelInvariantUuid:173a032a-cedf-498a-8420-10912c201057
ModelName:basic_onboard_CeIwDp-nodes.ubuntu18Cvfc
ModelUuid:0594e044-9067-40ce-b4a9-97b040b191e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:da315832-13f6-469f-b45e-73bec79837c4
ModelInvariantUuid:0756658b-463a-4290-9998-4a133fdc9014
ModelName:BasicOnboardCeiwdp.compute.nodes.heat.ubuntu18
ModelUuid:a59c6e89-8df8-456a-9a64-6edfccab12d6
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-02T04:38:03.816Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ac9e14d-038f-4e29-a6af-d53ce8c84295
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-02T04:38:03.819Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||basic_onboard_CeIwDp 0
2022-07-02T04:38:03.819Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ac9e14d-038f-4e29-a6af-d53ce8c84295
2022-07-02T04:38:03.819Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f9930b72-4d70-4155-9df5-632bf8a249be from URL: /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json
2022-07-02T04:38:03.820Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-02T04:38:03.820Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json
2022-07-02T04:38:03.913Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-02T04:38:03.914Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json f9930b72-4d70-4155-9df5-632bf8a249be 798
2022-07-02T04:38:03.914Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json ASDC sendASDCNotification
2022-07-02T04:38:03.914Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json
2022-07-02T04:38:03.915Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:38:03.915Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:38:03.917Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:38:03.917Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736683914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:38:04.017Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:38:04.018Z||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-02T04:38:04.018Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:38:04.034Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:04.034Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:38:04.919Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCeiwdp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8fa0a26f-efd9-42b8-bf0c-1f39d695aa62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "daf44778-3293-4fe6-820e-b92c222fc563",
    "vfModuleModelCustomizationUUID": "f85c70ac-073e-4c06-870a-d3f0333a4822",
    "isBase": true,
    "artifacts": [
      "ab20a45c-33ed-477c-a835-44825975d194",
      "4951fd36-be0d-4df0-89b3-510c979d8431"
    ],
    "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-02T04:38:04.923Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCeiwdp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:daf44778-3293-4fe6-820e-b92c222fc563
VfModuleModelInvariantUUID:8fa0a26f-efd9-42b8-bf0c-1f39d695aa62
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab20a45c-33ed-477c-a835-44825975d194
,
4951fd36-be0d-4df0-89b3-510c979d8431

}
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-02T04:38:04.925Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCeiwdp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8fa0a26f-efd9-42b8-bf0c-1f39d695aa62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "daf44778-3293-4fe6-820e-b92c222fc563",
    "vfModuleModelCustomizationUUID": "f85c70ac-073e-4c06-870a-d3f0333a4822",
    "isBase": true,
    "artifacts": [
      "ab20a45c-33ed-477c-a835-44825975d194",
      "4951fd36-be0d-4df0-89b3-510c979d8431"
    ],
    "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-02T04:38:04.925Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCeiwdp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:daf44778-3293-4fe6-820e-b92c222fc563
VfModuleModelInvariantUUID:8fa0a26f-efd9-42b8-bf0c-1f39d695aa62
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab20a45c-33ed-477c-a835-44825975d194
,
4951fd36-be0d-4df0-89b3-510c979d8431

}
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-02T04:38:04.925Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ab20a45c-33ed-477c-a835-44825975d194 from URL: /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml
2022-07-02T04:38:04.925Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-02T04:38:04.925Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml
2022-07-02T04:38:05.002Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-02T04:38:05.002Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml ab20a45c-33ed-477c-a835-44825975d194 5033
2022-07-02T04:38:05.003Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-02T04:38:05.003Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml
2022-07-02T04:38:05.003Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:38:05.003Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:38:05.005Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:38:05.005Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736685003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:38:05.105Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:38:05.106Z||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-02T04:38:05.106Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:38:05.122Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:05.122Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:38:06.006Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4951fd36-be0d-4df0-89b3-510c979d8431 from URL: /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env
2022-07-02T04:38:06.006Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-02T04:38:06.006Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env
2022-07-02T04:38:06.059Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-02T04:38:06.059Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env 4951fd36-be0d-4df0-89b3-510c979d8431 909
2022-07-02T04:38:06.060Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-02T04:38:06.060Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env
2022-07-02T04:38:06.060Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:38:06.060Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:38:06.063Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:38:06.063Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736686060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:38:06.163Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:38:06.164Z||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-02T04:38:06.164Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:38:06.179Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:06.180Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:38:07.063Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 101ff80c-4990-4902-8e92-b91a0b339ab2
2022-07-02T04:38:07.064Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CeIwDp 0 2ac9e14d-038f-4e29-a6af-d53ce8c84295 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-02T04:38:07.079Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@226f0e46, org.onap.sdc.toscaparser.api.parameters.Input@728e0a9, org.onap.sdc.toscaparser.api.parameters.Input@31989252, org.onap.sdc.toscaparser.api.parameters.Input@5c5ef9aa, org.onap.sdc.toscaparser.api.parameters.Input@619c159]
2022-07-02T04:38:07.080Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.081Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:07.081Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-02T04:38:07.081Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0023fc93-70bb-4e27-91c4-7f1a59cf593d
2022-07-02T04:38:07.081Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0023fc93-70bb-4e27-91c4-7f1a59cf593d matches Tosca VF Customization UUID: 0023fc93-70bb-4e27-91c4-7f1a59cf593d
2022-07-02T04:38:07.081Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0023fc93-70bb-4e27-91c4-7f1a59cf593d  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-02T04:38:07.083Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.084Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:07.084Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0023fc93-70bb-4e27-91c4-7f1a59cf593d: {\"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-02T04:38:07.084Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18337877
2022-07-02T04:38:07.084Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.085Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-02T04:38:07.085Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f85c70ac-073e-4c06-870a-d3f0333a4822
2022-07-02T04:38:07.085Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f85c70ac-073e-4c06-870a-d3f0333a4822
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-02T04:38:07.087Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.087Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is matching search criteria
2022-07-02T04:38:07.087Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeIwDp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:38:07.087Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.087Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is matching search criteria
2022-07-02T04:38:07.088Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeIwDp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:38:07.088Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.088Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is not matching search criteria
2022-07-02T04:38:07.088Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-02T04:38:07.088Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-02T04:38:07.088Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fe005903-8201-409d-8e70-f9482b14e3cc
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-02T04:38:07.090Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.090Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is matching search criteria
2022-07-02T04:38:07.090Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeIwDp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:38:07.091Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.091Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeIwDp 0 is matching search criteria
2022-07-02T04:38:07.091Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeIwDp 0] matching following query criteria: sdcType=VF, customizationUUID=0023fc93-70bb-4e27-91c4-7f1a59cf593d
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-02T04:38:07.092Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.093Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:07.093Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 101ff80c-4990-4902-8e92-b91a0b339ab2: basic_onboard_CeIwDp
2022-07-02T04:38:07.093Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.093Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:07.093Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.093Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:07.094Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.094Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:07.094Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.094Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:07.094Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:38:07.094Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeIwDp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:38:07.095Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_CeIwDp 
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-02T04:38:07.175Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CeIwDp 2ac9e14d-038f-4e29-a6af-d53ce8c84295 1 ASDC deployResourceStructure
2022-07-02T04:38:07.175Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json ASDC sendASDCNotification
2022-07-02T04:38:07.175Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json
2022-07-02T04:38:07.176Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:38:07.176Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:38:07.178Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:38:07.178Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736687175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:38:07.278Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:38:07.279Z||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-02T04:38:07.279Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:38:07.296Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:07.296Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:38:08.178Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-02T04:38:08.179Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml
2022-07-02T04:38:08.179Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:38:08.180Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:38:08.181Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:38:08.182Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736688178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T04:38:08.282Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:38:08.283Z||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-02T04:38:08.283Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:38:08.299Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:08.300Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:38:09.182Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-02T04:38:09.183Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env
2022-07-02T04:38:09.183Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:38:09.183Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:38:09.185Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:38:09.185Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736689182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-02T04:38:09.285Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:38:09.286Z||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-02T04:38:09.286Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:38:09.309Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:09.309Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:38:10.186Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar ASDC sendASDCNotification
2022-07-02T04:38:10.186Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar
2022-07-02T04:38:10.186Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:38:10.186Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:38:10.189Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:38:10.189Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736690185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:38:10.289Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:38:10.290Z||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-02T04:38:10.290Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:38:10.309Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:10.309Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:38:11.189Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a908ba2-6f7e-4bcc-b99e-26c98416162e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T04:38:11.202Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a908ba2-6f7e-4bcc-b99e-26c98416162e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T04:38:11.205Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T04:38:11.205Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-02T04:38:11.205Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-02T04:38:11.205Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-02T04:38:11.205Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:38:11.205Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:38:11.205Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:38:11.205Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:38:11.206Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:38:11.206Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:38:11.206Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T04:38:11.211Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-02T04:38:41.211Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a908ba2-6f7e-4bcc-b99e-26c98416162e 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-02T04:38:41.218Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a908ba2-6f7e-4bcc-b99e-26c98416162e and serviceModelVersionId: 101ff80c-4990-4902-8e92-b91a0b339ab2
2022-07-02T04:38:41.219Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74198e7a-5b3d-4353-a9f6-23c0303e7c4d
2022-07-02T04:38:41.220Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74198e7a-5b3d-4353-a9f6-23c0303e7c4d/model-vers/model-ver/101ff80c-4990-4902-8e92-b91a0b339ab2?depth=0
2022-07-02T04:38:41.224Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-02T04:38:41.274Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74198e7a-5b3d-4353-a9f6-23c0303e7c4d/model-vers/model-ver/101ff80c-4990-4902-8e92-b91a0b339ab2?depth=0|INFO|500||Invoke
2022-07-02T04:38:41.275Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74198e7a-5b3d-4353-a9f6-23c0303e7c4d/model-vers/model-ver/101ff80c-4990-4902-8e92-b91a0b339ab2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74198e7a-5b3d-4353-a9f6-23c0303e7c4d/model-vers/model-ver/101ff80c-4990-4902-8e92-b91a0b339ab2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a908ba2-6f7e-4bcc-b99e-26c98416162e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dcf01745-6b18-4946-bb53-fdc6e7e58dc6], X-ECOMP-RequestID=[0a908ba2-6f7e-4bcc-b99e-26c98416162e], X-TransactionId=[], X-ONAP-RequestID=[0a908ba2-6f7e-4bcc-b99e-26c98416162e], Content-Type=[application/merge-patch+json]}
2022-07-02T04:38:41.301Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74198e7a-5b3d-4353-a9f6-23c0303e7c4d/model-vers/model-ver/101ff80c-4990-4902-8e92-b91a0b339ab2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-02T04:38:41.398Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74198e7a-5b3d-4353-a9f6-23c0303e7c4d/model-vers/model-ver/101ff80c-4990-4902-8e92-b91a0b339ab2?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/74198e7a-5b3d-4353-a9f6-23c0303e7c4d/model-vers/model-ver/101ff80c-4990-4902-8e92-b91a0b339ab2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220702-04:38:41:062-51253], vertex-id=[209088], Content-Length=[0], Date=[Sat, 02 Jul 2022 04:38:41 GMT], Content-Type=[application/json]}
2022-07-02T04:38:41.399Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74198e7a-5b3d-4353-a9f6-23c0303e7c4d/model-vers/model-ver/101ff80c-4990-4902-8e92-b91a0b339ab2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-02T04:38:41.399Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74198e7a-5b3d-4353-a9f6-23c0303e7c4d/model-vers/model-ver/101ff80c-4990-4902-8e92-b91a0b339ab2?depth=0|INFO|500||InvokeReturn
2022-07-02T04:38:41.400Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-02T04:38:41.400Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T04:38:41.406Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T04:38:41.406Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a908ba2-6f7e-4bcc-b99e-26c98416162e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-02T04:38:41.406Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-02T04:38:41.407Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:38:41.409Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:38:41.409Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736721406,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:38:41.509Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:38:41.511Z||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-02T04:38:41.511Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:38:41.554Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:41.554Z||pool-34-thread-1|||||INFO|500||cambria reply ok (44 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-02T04:38:42.422Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:38:42.422Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T04:38:42.423Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T04:38:46.394Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:38:46.395Z||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-02T04:38:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:38:46.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:46.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:38:46.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:38:46.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:38:46.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:38:46.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:38:46.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:38:46.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-02T04:38:46.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:38:46.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:38:46.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:38:46.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:38:46.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:38:46.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736614433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:38:46.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:38:46.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736619618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:38:46.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:38:46.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736620771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:38:46.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:38:46.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736621834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:38:46.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:38:46.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736623191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/vfw7b0a09cbbac40_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:38:46.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:38:46.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736624193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T04:38:46.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:38:46.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736625197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/resourceInstances/vfw7b0a09cbbac40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-02T04:38:46.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:38:46.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:38:46.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736626201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220702043455/1.0/artifacts/service-Vfw20220702043455-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:38:46.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:38:51.961Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:38:51.962Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:38:51.962Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T04:38:51.962Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T04:39:01.518Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:39:46.389Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:39:46.390Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T04:39:46.390Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T04:39:46.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:39:46.394Z||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-02T04:39:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:39:46.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:39:46.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ca84c57-b702-451c-b561-7c1b788b56b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736673339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:39:46.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:39:46.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:39:46.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:39:46.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:39:46.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:39:46.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:39:46.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:39:46.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:39:46.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:39:46.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-02T04:39:46.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:39:46.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:39:46.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:39:46.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736606389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:39:46.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:39:46.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736681505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:39:46.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:39:46.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736683914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:39:46.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:39:46.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736685003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:39:46.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:39:46.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736686060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:39:46.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:39:46.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736687175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/basic_onboard_ceiwdp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:39:46.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:39:46.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736688178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T04:39:46.943Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:39:46.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736689182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/resourceInstances/basic_onboard_ceiwdp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-02T04:39:46.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:39:46.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736690185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeiwdp/1.0/artifacts/service-BasicOnboardCeiwdp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:39:46.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:39:46.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T04:39:46.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a908ba2-6f7e-4bcc-b99e-26c98416162e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656736721406,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:39:46.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:39:55.933Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:40:46.389Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:40:46.390Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T04:40:46.390Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T04:40:46.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:40:46.394Z||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-02T04:40:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:40:55.938Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:40:55.940Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:41:46.389Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:41:46.390Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T04:41:46.390Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T04:41:46.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:41:46.394Z||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-02T04:41:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:41:55.944Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:41:55.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:42:46.390Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:42:46.391Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T04:42:46.391Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T04:42:46.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:42:46.394Z||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-02T04:42:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:42:55.944Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:42:55.946Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:43:46.390Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:43:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:43:46.394Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:43:46.394Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:43:46.394Z||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-02T04:43:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:43:55.948Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:43:55.957Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:44:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:44:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:44:46.391Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:44:46.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:44:46.394Z||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-02T04:44:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:44:55.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:44:55.968Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:45:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:45:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:45:46.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:45:46.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:45:46.394Z||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-02T04:45:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:45:55.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:45:55.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:46:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:46:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:46:46.391Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:46:46.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:46:46.394Z||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-02T04:46:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:46:55.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:46:55.943Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:47:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:47:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:47:46.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:47:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:47:46.394Z||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-02T04:47:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:47:55.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:47:55.943Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:48:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:48:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:48:46.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:48:46.394Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:48:46.394Z||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-02T04:48:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:48:55.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:48:55.942Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:49:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:49:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:49:46.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:49:46.393Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:49:46.394Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T04:49:46.394Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T04:49:55.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:49:55.953Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:50:46.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:50:46.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:50:46.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:50:46.394Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:50:46.395Z||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-02T04:50:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:50:55.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:50:55.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:51:46.390Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:51:46.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:51:46.394Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:51:46.394Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:51:46.395Z||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-02T04:51:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:51:47.033Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:51:47.033Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:51:47.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737453465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ed238da-eefc-4c12-8a6d-19a7a0f268d0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d146693f-2256-4659-8d9c-96ef4b9ae5d4","serviceDescription":"service","serviceInvariantUUID":"9c3edff0-ce7c-4911-88eb-3a4b8a973919","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8f759b1a-d5a7-46f0-bd8f-ec7dfaa73d13","resourceInvariantUUID":"13469659-02ec-46f3-8357-dd7061a377cd","resourceCustomizationUUID":"0515ec3a-e3b9-4c86-8afb-1aee6b2190d0","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":"ZGJhMmQ0YWQ2MDI2ODY1MzU4ZjI4Nzc2MGEwMTlmMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0406994-1aa9-4a86-b526-98002b8d437d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjgwOWI0ODc2NzEzZmFkM2E1YmNkOWI1YmY5MzIwZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bea93c18-dbe9-4a68-9255-782fe052ad29","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-02T04:51:47.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "aai-ml",
  "timestamp": 1656737454508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737457177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737457410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "cds",
  "timestamp": 1656737454497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "policy-id",
  "timestamp": 1656737448597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737453465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737457177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:51:47.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "aai-ml",
  "timestamp": 1656737454508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:51:47.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737457410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:51:47.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "cds",
  "timestamp": 1656737454497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:51:47.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "policy-id",
  "timestamp": 1656737448597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:51:47.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737460456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:51:47.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:51:47.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "cds",
  "timestamp": 1656737459764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:51:47.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:51:47.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "aai-ml",
  "timestamp": 1656737459766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:51:47.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:51:47.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "policy-id",
  "timestamp": 1656737460605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:51:47.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:51:47.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "cds",
  "timestamp": 1656737460770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-07-02T04:51:47.051Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T04:51:47.051Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:51:47.055Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:51:47.055Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-02T04:51:47.066Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ed238da-eefc-4c12-8a6d-19a7a0f268d0
2022-07-02T04:51:47.066Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed238da-eefc-4c12-8a6d-19a7a0f268d0 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-02T04:51:47.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "policy-id",
  "timestamp": 1656737461610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:51:47.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:51:47.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737462143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:51:47.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:51:47.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "policy-id",
  "timestamp": 1656737462613,
  "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-02T04:51:47.080Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ed238da-eefc-4c12-8a6d-19a7a0f268d0
2022-07-02T04:51:47.080Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed238da-eefc-4c12-8a6d-19a7a0f268d0 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-02T04:51:47.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737463147,
  "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-02T04:51:47.095Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ed238da-eefc-4c12-8a6d-19a7a0f268d0
2022-07-02T04:51:47.095Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed238da-eefc-4c12-8a6d-19a7a0f268d0 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-02T04:51:47.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "aai-ml",
  "timestamp": 1656737463868,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:51:47.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:51:47.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "aai-ml",
  "timestamp": 1656737464872,
  "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-02T04:51:47.107Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ed238da-eefc-4c12-8a6d-19a7a0f268d0
2022-07-02T04:51:47.107Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed238da-eefc-4c12-8a6d-19a7a0f268d0 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-02T04:51:47.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "clamp",
  "timestamp": 1656737476951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "clamp",
  "timestamp": 1656737476951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:51:47.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "clamp",
  "timestamp": 1656737481709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:51:47.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:51:47.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "clamp",
  "timestamp": 1656737483719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:51:47.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:51:47.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "clamp",
  "timestamp": 1656737484723,
  "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-02T04:51:47.124Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ed238da-eefc-4c12-8a6d-19a7a0f268d0
2022-07-02T04:51:47.124Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed238da-eefc-4c12-8a6d-19a7a0f268d0 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-02T04:51:47.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737493465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737497177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "cds",
  "timestamp": 1656737499496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737493465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737497177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "cds",
  "timestamp": 1656737499496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737493465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737497177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "cds",
  "timestamp": 1656737499496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737497177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737493465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "cds",
  "timestamp": 1656737499496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737493465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737497177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "cds",
  "timestamp": 1656737499496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737493465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:51:47.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737497177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "cds",
  "timestamp": 1656737499496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737493465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-02T04:51:47.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737497177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:51:47.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:51:47.159Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-02T04:51:47.160Z||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-02T04:51:47.160Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:51:47.182Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:51:47.183Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:51:48.055Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:51:48.057Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:51:48.059Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:51:48.059Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:51:48.159Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:51:48.161Z||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-02T04:51:48.161Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:51:48.178Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:51:48.178Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:51:49.060Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d146693f-2256-4659-8d9c-96ef4b9ae5d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9c3edff0-ce7c-4911-88eb-3a4b8a973919",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0515ec3a-e3b9-4c86-8afb-1aee6b2190d0",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8f759b1a-d5a7-46f0-bd8f-ec7dfaa73d13",
      "resourceInvariantUUID": "13469659-02ec-46f3-8357-dd7061a377cd",
      "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": "NjgwOWI0ODc2NzEzZmFkM2E1YmNkOWI1YmY5MzIwZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bea93c18-dbe9-4a68-9255-782fe052ad29"
    }
  ],
  "workloadContext": "Production"
}
2022-07-02T04:51:49.061Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-02T04:51:49.061Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d146693f-2256-4659-8d9c-96ef4b9ae5d4 ASDC
2022-07-02T04:51:49.062Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8ed238da-eefc-4c12-8a6d-19a7a0f268d0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d146693f-2256-4659-8d9c-96ef4b9ae5d4
ServiceInvariantUUID:9c3edff0-ce7c-4911-88eb-3a4b8a973919
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:bea93c18-dbe9-4a68-9255-782fe052ad29
ArtifactChecksum:NjgwOWI0ODc2NzEzZmFkM2E1YmNkOWI1YmY5MzIwZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0515ec3a-e3b9-4c86-8afb-1aee6b2190d0
ResourceInvariantUUID:13469659-02ec-46f3-8357-dd7061a377cd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8f759b1a-d5a7-46f0-bd8f-ec7dfaa73d13
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-02T04:51:49.062Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d146693f-2256-4659-8d9c-96ef4b9ae5d4 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-02T04:51:49.092Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:51:49.093Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:51:49.093Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:51:49.093Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bea93c18-dbe9-4a68-9255-782fe052ad29 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-02T04:51:49.094Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:51:49.094Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-02T04:51:49.239Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:51:49.241Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bea93c18-dbe9-4a68-9255-782fe052ad29 52509
2022-07-02T04:51:49.241Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:49.241Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:49.242Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:51:49.242Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:51:49.244Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:51:49.244Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737509241,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:51:49.344Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:51:49.346Z||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-02T04:51:49.346Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:51:49.362Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:51:49.363Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:51:50.245Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:51:50.246Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:51:50.247Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bea93c18-dbe9-4a68-9255-782fe052ad29, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-02T04:51:50.247Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-02T04:51:50.248Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-02T04:51:50.248Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-02T04:51:50.413Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8297804559729164679/Definitions/service-BasicNetwork-template.yml
2022-07-02T04:51:50.958Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-02T04:51:50.959Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-02T04:51:50.959Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-02T04:51:50.959Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-02T04:51:50.959Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:50.959Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:50.959Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:50.959Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:50.959Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-02T04:51:50.960Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:50.960Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:50.960Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:50.960Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-02T04:51:50.960Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.960Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:50.960Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-02T04:51:50.961Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-02T04:51:50.961Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:51:50.961Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.961Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:50.961Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-02T04:51:50.961Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-02T04:51:50.961Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:51:50.961Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.961Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:50.962Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.962Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:50.962Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.962Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:50.962Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.962Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:50.963Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.963Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:50.963Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d146693f-2256-4659-8d9c-96ef4b9ae5d4
Model Version:NULL
Model InvariantUuid:9c3edff0-ce7c-4911-88eb-3a4b8a973919
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:13469659-02ec-46f3-8357-dd7061a377cd
Model UUID:339311d7-34ce-4906-b503-e5aa2d8b196b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0515ec3a-e3b9-4c86-8afb-1aee6b2190d0
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-02T04:51:50.971Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 8f759b1a-d5a7-46f0-bd8f-ec7dfaa73d13
2022-07-02T04:51:50.971Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||No resources found for Service: d146693f-2256-4659-8d9c-96ef4b9ae5d4
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-02T04:51:50.977Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||
2022-07-02T04:51:50.977Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-02T04:51:50.978Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d146693f-2256-4659-8d9c-96ef4b9ae5d4
2022-07-02T04:51:50.978Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d146693f-2256-4659-8d9c-96ef4b9ae5d4
2022-07-02T04:51:50.978Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-02T04:51:50.979Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:50.984Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@720383fc, org.onap.sdc.toscaparser.api.parameters.Input@1df163f, org.onap.sdc.toscaparser.api.parameters.Input@261a3924, org.onap.sdc.toscaparser.api.parameters.Input@2e74f755, org.onap.sdc.toscaparser.api.parameters.Input@40068d04]
2022-07-02T04:51:50.985Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.986Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:50.986Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.986Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:50.986Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d146693f-2256-4659-8d9c-96ef4b9ae5d4: Generic NeutronNet
2022-07-02T04:51:50.987Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.987Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:50.987Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:50.987Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:51.018Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:51.018Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:51.018Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:51.019Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:51.019Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:51:51.019Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:51:51.019Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:51.063Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-02T04:51:51.064Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:51.064Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||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-02T04:51:51.064Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:51:51.064Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:51:51.066Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:51:51.067Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737511064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:51:51.167Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:51:51.168Z||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-02T04:51:51.168Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:51:51.184Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:51:51.184Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:51:52.068Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed238da-eefc-4c12-8a6d-19a7a0f268d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T04:51:52.080Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed238da-eefc-4c12-8a6d-19a7a0f268d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T04:51:52.083Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T04:51:52.083Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-02T04:51:52.083Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-02T04:51:52.084Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-02T04:51:52.084Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:51:52.084Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:51:52.084Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:51:52.084Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:51:52.084Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:51:52.085Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:51:52.085Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-02T04:51:52.089Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-02T04:52:22.089Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ed238da-eefc-4c12-8a6d-19a7a0f268d0 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-02T04:52:22.097Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ed238da-eefc-4c12-8a6d-19a7a0f268d0 and serviceModelVersionId: d146693f-2256-4659-8d9c-96ef4b9ae5d4
2022-07-02T04:52:22.097Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c3edff0-ce7c-4911-88eb-3a4b8a973919
2022-07-02T04:52:22.099Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c3edff0-ce7c-4911-88eb-3a4b8a973919/model-vers/model-ver/d146693f-2256-4659-8d9c-96ef4b9ae5d4?depth=0
2022-07-02T04:52:22.105Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-02T04:52:22.163Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3edff0-ce7c-4911-88eb-3a4b8a973919/model-vers/model-ver/d146693f-2256-4659-8d9c-96ef4b9ae5d4?depth=0|INFO|500||Invoke
2022-07-02T04:52:22.164Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3edff0-ce7c-4911-88eb-3a4b8a973919/model-vers/model-ver/d146693f-2256-4659-8d9c-96ef4b9ae5d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3edff0-ce7c-4911-88eb-3a4b8a973919/model-vers/model-ver/d146693f-2256-4659-8d9c-96ef4b9ae5d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8ed238da-eefc-4c12-8a6d-19a7a0f268d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a809cd5c-85e8-4854-9d13-2e02f808862d], X-ECOMP-RequestID=[8ed238da-eefc-4c12-8a6d-19a7a0f268d0], X-TransactionId=[], X-ONAP-RequestID=[8ed238da-eefc-4c12-8a6d-19a7a0f268d0], Content-Type=[application/merge-patch+json]}
2022-07-02T04:52:22.189Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3edff0-ce7c-4911-88eb-3a4b8a973919/model-vers/model-ver/d146693f-2256-4659-8d9c-96ef4b9ae5d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-02T04:52:22.281Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3edff0-ce7c-4911-88eb-3a4b8a973919/model-vers/model-ver/d146693f-2256-4659-8d9c-96ef4b9ae5d4?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/9c3edff0-ce7c-4911-88eb-3a4b8a973919/model-vers/model-ver/d146693f-2256-4659-8d9c-96ef4b9ae5d4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220702-04:52:21:950-99223], vertex-id=[200880], Content-Length=[0], Date=[Sat, 02 Jul 2022 04:52:21 GMT], Content-Type=[application/json]}
2022-07-02T04:52:22.282Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3edff0-ce7c-4911-88eb-3a4b8a973919/model-vers/model-ver/d146693f-2256-4659-8d9c-96ef4b9ae5d4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-02T04:52:22.283Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c3edff0-ce7c-4911-88eb-3a4b8a973919/model-vers/model-ver/d146693f-2256-4659-8d9c-96ef4b9ae5d4?depth=0|INFO|500||InvokeReturn
2022-07-02T04:52:22.284Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-02T04:52:22.284Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-02T04:52:22.291Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-02T04:52:22.291Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ed238da-eefc-4c12-8a6d-19a7a0f268d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-02T04:52:22.292Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-02T04:52:22.292Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:22.294Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:22.295Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737542292,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:52:22.395Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:52:22.396Z||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-02T04:52:22.396Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:22.417Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:22.418Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-02T04:52:23.308Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-02T04:52:23.308Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa577279-f99d-4f89-aad0-60b4ca7a953b","serviceName":"Demo_pNF_55JiU0vmsSj0C0tRX3bF","serviceVersion":"1.0","serviceUUID":"68e34fb1-c0d8-41a9-afd9-8184ee98a87e","serviceDescription":"catalog service description","serviceInvariantUUID":"11f0bb05-5a50-4d48-932a-6fddf42527fa","resources":[{"resourceInstanceName":"pNF 1f3ec44a-664d 0","resourceName":"pNF 1f3ec44a-664d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bdd7a27d-bbe4-4f4f-8989-62ca0ef82f20","resourceInvariantUUID":"00a6267b-7d02-439f-902b-0e8dd75e8cdb","resourceCustomizationUUID":"8e42bc23-b2f5-4222-ae41-619fe614a8c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vf-license-model.xml","artifactChecksum":"MTljNjQ0ODRhODUxODEyNjZkZGEwNTg4MGIyNjA1MTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"430bb40f-1c12-4d32-995c-dd16ef9e20d6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/pNF.csar","artifactChecksum":"ZmFkNGUyMWYwN2QyNTI2ODQ2NWZkMmU5ZTUxNTZmOTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6c4a3c20-336a-4b3c-8169-0c6be7fc0d22","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1046f74e-fbca-49fc-a1c7-cbedeea9b2dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vendor-license-model.xml","artifactChecksum":"MDNlZjgxNzAxZDhhOGMzMDhlMmU1NzU5MGU3NDdkYTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"642cb8c6-1d6c-498f-9251-a35a727bef9a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10404265-3d27-4403-a9e5-4fa68ea083c9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93afdf12-eacd-4a59-9007-2be74349ac2f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml","artifactChecksum":"NjBhOGM0ZDNkZDJkNThlMGZmOWZiM2ZmMjg4ODA5MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2968e813-7dbe-42c5-bec1-c944e09f5075","artifactVersion":"1"},{"artifactName":"service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar","artifactChecksum":"YWRkYzJmMzM3MjBhNDFkNzg3ZTYwN2ZhY2VlOTNmZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3f49b26-ad1f-435f-bbdd-32d5b46349ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-02T04:52:23.309Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:52:23.309Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:23.311Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:23.311Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:52:23.411Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:52:23.412Z||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-02T04:52:23.412Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:23.426Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:23.426Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:52:24.312Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:52:24.314Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:24.316Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:24.316Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:52:24.416Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:52:24.417Z||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-02T04:52:24.417Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:24.435Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:24.436Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:52:25.317Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:52:25.318Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:25.320Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:25.320Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:52:25.420Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:52:25.421Z||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-02T04:52:25.421Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:25.437Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:25.438Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:52:26.321Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:52:26.322Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:26.324Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:26.324Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:52:26.424Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:52:26.425Z||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-02T04:52:26.425Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:26.439Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:26.440Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:52:27.325Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:52:27.326Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:27.328Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:27.329Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:52:27.429Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:52:27.430Z||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-02T04:52:27.430Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:27.444Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:27.444Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:52:28.329Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:52:28.330Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:28.332Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:28.333Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:52:28.433Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:52:28.434Z||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-02T04:52:28.434Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:28.457Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:28.458Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:52:29.333Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:52:29.334Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:29.336Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:29.336Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:52:29.436Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:52:29.437Z||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-02T04:52:29.437Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:29.464Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:29.465Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:52:30.337Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:52:30.339Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:30.342Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:30.342Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:52:30.442Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:52:30.442Z||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-02T04:52:30.443Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:30.456Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:30.456Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:52:31.343Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "serviceName": "Demo_pNF_55JiU0vmsSj0C0tRX3bF",
  "serviceVersion": "1.0",
  "serviceUUID": "68e34fb1-c0d8-41a9-afd9-8184ee98a87e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "11f0bb05-5a50-4d48-932a-6fddf42527fa",
  "resources": [
    {
      "resourceInstanceName": "pNF 1f3ec44a-664d 0",
      "resourceCustomizationUUID": "8e42bc23-b2f5-4222-ae41-619fe614a8c8",
      "resourceName": "pNF 1f3ec44a-664d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bdd7a27d-bbe4-4f4f-8989-62ca0ef82f20",
      "resourceInvariantUUID": "00a6267b-7d02-439f-902b-0e8dd75e8cdb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
      "artifactChecksum": "YWRkYzJmMzM3MjBhNDFkNzg3ZTYwN2ZhY2VlOTNmZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b3f49b26-ad1f-435f-bbdd-32d5b46349ff"
    }
  ],
  "workloadContext": "Production"
}
2022-07-02T04:52:31.344Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-02T04:52:31.344Z|8ed238da-eefc-4c12-8a6d-19a7a0f268d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68e34fb1-c0d8-41a9-afd9-8184ee98a87e ASDC
2022-07-02T04:52:31.344Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fa577279-f99d-4f89-aad0-60b4ca7a953b
ServiceName:Demo_pNF_55JiU0vmsSj0C0tRX3bF
ServiceVersion:1.0
ServiceUUID:68e34fb1-c0d8-41a9-afd9-8184ee98a87e
ServiceInvariantUUID:11f0bb05-5a50-4d48-932a-6fddf42527fa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
ArtifactUUID:b3f49b26-ad1f-435f-bbdd-32d5b46349ff
ArtifactChecksum:YWRkYzJmMzM3MjBhNDFkNzg3ZTYwN2ZhY2VlOTNmZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1f3ec44a-664d 0
ResourceCustomizationUUID:8e42bc23-b2f5-4222-ae41-619fe614a8c8
ResourceInvariantUUID:00a6267b-7d02-439f-902b-0e8dd75e8cdb
ResourceName:pNF 1f3ec44a-664d
ResourceType:PNF
ResourceUUID:bdd7a27d-bbe4-4f4f-8989-62ca0ef82f20
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-02T04:52:31.345Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68e34fb1-c0d8-41a9-afd9-8184ee98a87e 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-02T04:52:31.370Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:52:31.371Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:52:31.371Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:52:31.371Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b3f49b26-ad1f-435f-bbdd-32d5b46349ff from URL: /sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:31.372Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:52:31.372Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:31.456Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:52:31.461Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar b3f49b26-ad1f-435f-bbdd-32d5b46349ff 82641
2022-07-02T04:52:31.462Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar ASDC sendASDCNotification
2022-07-02T04:52:31.462Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:31.462Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:52:31.463Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:31.465Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:31.465Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737551462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:52:31.566Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-02T04:52:31.568Z||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-02T04:52:31.568Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:31.597Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:31.598Z||pool-48-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:52:32.466Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:52:32.467Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:52:32.467Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b3f49b26-ad1f-435f-bbdd-32d5b46349ff, URL: /sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar to file: /app/ASDC/1/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:32.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:32.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:32.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:32.624Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP956590793374313658/Definitions/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml
2022-07-02T04:52:33.321Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-02T04:52:33.322Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-02T04:52:33.322Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:33.322Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-02T04:52:33.323Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:33.323Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1f3ec44a-664d 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-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:33.323Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:33.323Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:33.323Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:33.324Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:33.324Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:33.324Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-02T04:52:33.324Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:52:33.324Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_55JiU0vmsSj0C0tRX3bF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:52:33.325Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Node template pNF 1f3ec44a-664d 0 is matching search criteria
2022-07-02T04:52:33.325Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-02T04:52:33.325Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 1f3ec44a-664d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:52:33.326Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:52:33.326Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_55JiU0vmsSj0C0tRX3bF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:52:33.326Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Node template pNF 1f3ec44a-664d 0 is matching search criteria
2022-07-02T04:52:33.326Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-02T04:52:33.327Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 1f3ec44a-664d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:52:33.327Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:52:33.327Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_55JiU0vmsSj0C0tRX3bF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:52:33.327Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:52:33.327Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_55JiU0vmsSj0C0tRX3bF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:52:33.328Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:52:33.328Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_55JiU0vmsSj0C0tRX3bF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:52:33.328Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:52:33.328Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_55JiU0vmsSj0C0tRX3bF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:52:33.329Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:52:33.329Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_55JiU0vmsSj0C0tRX3bF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:52:33.329Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_55JiU0vmsSj0C0tRX3bF
Description:catalog service description
Model UUID:68e34fb1-c0d8-41a9-afd9-8184ee98a87e
Model Version:NULL
Model InvariantUuid:11f0bb05-5a50-4d48-932a-6fddf42527fa
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-02T04:52:33.336Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: bdd7a27d-bbe4-4f4f-8989-62ca0ef82f20
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-02T04:52:33.340Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||pNF 1f3ec44a-664d 0
2022-07-02T04:52:33.340Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bdd7a27d-bbe4-4f4f-8989-62ca0ef82f20
2022-07-02T04:52:33.341Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 68e34fb1-c0d8-41a9-afd9-8184ee98a87e
2022-07-02T04:52:33.341Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 68e34fb1-c0d8-41a9-afd9-8184ee98a87e
2022-07-02T04:52:33.341Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1f3ec44a-664d 0 bdd7a27d-bbe4-4f4f-8989-62ca0ef82f20 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-02T04:52:33.345Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41f09170, org.onap.sdc.toscaparser.api.parameters.Input@241fae6a, org.onap.sdc.toscaparser.api.parameters.Input@1b7ca728, org.onap.sdc.toscaparser.api.parameters.Input@19d15d04, org.onap.sdc.toscaparser.api.parameters.Input@5c6f245f]
2022-07-02T04:52:33.346Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:52:33.346Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_55JiU0vmsSj0C0tRX3bF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:52:33.346Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 68e34fb1-c0d8-41a9-afd9-8184ee98a87e: pNF 1f3ec44a-664d
2022-07-02T04:52:33.346Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||Processing PNF resource: bdd7a27d-bbe4-4f4f-8989-62ca0ef82f20
2022-07-02T04:52:33.346Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:52:33.347Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_55JiU0vmsSj0C0tRX3bF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:52:33.347Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||Resource customization UUID: 8e42bc23-b2f5-4222-ae41-619fe614a8c8 is the same as notified resource customizationUUID: 8e42bc23-b2f5-4222-ae41-619fe614a8c8
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-02T04:52:33.390Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1f3ec44a-664d bdd7a27d-bbe4-4f4f-8989-62ca0ef82f20 0 ASDC deployResourceStructure
2022-07-02T04:52:33.390Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar ASDC sendASDCNotification
2022-07-02T04:52:33.391Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar
2022-07-02T04:52:33.391Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:52:33.398Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:52:33.402Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:52:33.403Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737553390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:52:33.500Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-02T04:52:33.501Z||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-02T04:52:33.501Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:52:33.517Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:33.517Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:52:34.405Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa577279-f99d-4f89-aad0-60b4ca7a953b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T04:52:34.415Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa577279-f99d-4f89-aad0-60b4ca7a953b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T04:52:34.417Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T04:52:34.418Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-02T04:52:34.418Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-02T04:52:46.394Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:52:46.394Z||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-02T04:52:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:52:46.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:52:46.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:52:46.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "cds",
  "timestamp": 1656737499496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:52:46.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:04.418Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa577279-f99d-4f89-aad0-60b4ca7a953b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T04:53:04.428Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa577279-f99d-4f89-aad0-60b4ca7a953b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T04:53:04.430Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T04:53:04.430Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-02T04:53:04.430Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-02T04:53:34.431Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa577279-f99d-4f89-aad0-60b4ca7a953b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T04:53:34.446Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa577279-f99d-4f89-aad0-60b4ca7a953b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T04:53:34.448Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T04:53:34.448Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-02T04:53:34.448Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-02T04:53:46.394Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:53:46.395Z||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-02T04:53:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:53:46.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:53:46.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737497177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737493465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737506951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "cds",
  "timestamp": 1656737499496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737508039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737506951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "cds",
  "timestamp": 1656737508229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737509241,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737508597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737509241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737506951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "cds",
  "timestamp": 1656737509234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-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-02T04:53:46.450Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa577279-f99d-4f89-aad0-60b4ca7a953b
2022-07-02T04:53:46.450Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa577279-f99d-4f89-aad0-60b4ca7a953b 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-02T04:53:46.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737508597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737510253,
  "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-02T04:53:46.464Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fa577279-f99d-4f89-aad0-60b4ca7a953b
2022-07-02T04:53:46.464Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa577279-f99d-4f89-aad0-60b4ca7a953b 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-02T04:53:46.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737506951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737511064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737508597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737506951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737508597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737506951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737508597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737506951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737508597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737506951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737508597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737514506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737508597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737514506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737517391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.476Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737514506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737517410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737518395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737514506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737517410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "policy-id",
  "timestamp": 1656737519398,
  "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-02T04:53:46.482Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa577279-f99d-4f89-aad0-60b4ca7a953b
2022-07-02T04:53:46.482Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa577279-f99d-4f89-aad0-60b4ca7a953b 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-02T04:53:46.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737514506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737517410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737514506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737517410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737514506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737517410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737514506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737517410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737523297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737517410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737517410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737525714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737526193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737527724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737528152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "clamp",
  "timestamp": 1656737528728,
  "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-02T04:53:46.498Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa577279-f99d-4f89-aad0-60b4ca7a953b
2022-07-02T04:53:46.498Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa577279-f99d-4f89-aad0-60b4ca7a953b 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-02T04:53:46.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737528408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737529156,
  "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-02T04:53:46.511Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa577279-f99d-4f89-aad0-60b4ca7a953b
2022-07-02T04:53:46.511Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa577279-f99d-4f89-aad0-60b4ca7a953b 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-02T04:53:46.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "aai-ml",
  "timestamp": 1656737529414,
  "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-02T04:53:46.525Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa577279-f99d-4f89-aad0-60b4ca7a953b
2022-07-02T04:53:46.525Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa577279-f99d-4f89-aad0-60b4ca7a953b 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-02T04:53:46.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed238da-eefc-4c12-8a6d-19a7a0f268d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737542292,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:53:46.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "clamp",
  "timestamp": 1656737536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "aai-ml",
  "timestamp": 1656737544506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "cds",
  "timestamp": 1656737544496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737537176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "clamp",
  "timestamp": 1656737536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "aai-ml",
  "timestamp": 1656737544506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737537176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "cds",
  "timestamp": 1656737544496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737547410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/resourceInstances/pnf1f3ec44a664d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "clamp",
  "timestamp": 1656737536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "cds",
  "timestamp": 1656737544496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "aai-ml",
  "timestamp": 1656737544506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737537176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737547410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "policy-id",
  "timestamp": 1656737548597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "clamp",
  "timestamp": 1656737536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "aai-ml",
  "timestamp": 1656737544506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "cds",
  "timestamp": 1656737544496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737537176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737547410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "policy-id",
  "timestamp": 1656737548597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737506390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "cds",
  "timestamp": 1656737544496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "clamp",
  "timestamp": 1656737536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "aai-ml",
  "timestamp": 1656737544506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737537176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737547410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "policy-id",
  "timestamp": 1656737548597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "cds",
  "timestamp": 1656737544496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "aai-ml",
  "timestamp": 1656737544506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "clamp",
  "timestamp": 1656737536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737551462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737537176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737547410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "policy-id",
  "timestamp": 1656737548597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "cds",
  "timestamp": 1656737544496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "aai-ml",
  "timestamp": 1656737544506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "clamp",
  "timestamp": 1656737536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737537176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737547410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "policy-id",
  "timestamp": 1656737548597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737553390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf55jiu0vmssj0c0trx3bf/1.0/artifacts/service-DemoPnf55jiu0vmssj0c0trx3bf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "aai-ml",
  "timestamp": 1656737552768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737553354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "cds",
  "timestamp": 1656737552783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737547410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "policy-id",
  "timestamp": 1656737548597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "cds",
  "timestamp": 1656737553835,
  "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-02T04:53:46.572Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac964c7a-8d6b-4dc5-8a9c-830ec862a451
2022-07-02T04:53:46.573Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac964c7a-8d6b-4dc5-8a9c-830ec862a451 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-02T04:53:46.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737554423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737555160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.581Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "policy-id",
  "timestamp": 1656737548597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737555477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "policy-id",
  "timestamp": 1656737556329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737556505,
  "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-02T04:53:46.587Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac964c7a-8d6b-4dc5-8a9c-830ec862a451
2022-07-02T04:53:46.587Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac964c7a-8d6b-4dc5-8a9c-830ec862a451 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-02T04:53:46.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "policy-id",
  "timestamp": 1656737557333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737557464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "clamp",
  "timestamp": 1656737557719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:53:46.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737557515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.597Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "policy-id",
  "timestamp": 1656737558337,
  "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-02T04:53:46.601Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac964c7a-8d6b-4dc5-8a9c-830ec862a451
2022-07-02T04:53:46.602Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac964c7a-8d6b-4dc5-8a9c-830ec862a451 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-02T04:53:46.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737558467,
  "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-02T04:53:46.612Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac964c7a-8d6b-4dc5-8a9c-830ec862a451
2022-07-02T04:53:46.612Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac964c7a-8d6b-4dc5-8a9c-830ec862a451 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-02T04:53:46.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737558519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "clamp",
  "timestamp": 1656737559729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737558519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "clamp",
  "timestamp": 1656737560733,
  "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-02T04:53:46.625Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac964c7a-8d6b-4dc5-8a9c-830ec862a451
2022-07-02T04:53:46.625Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac964c7a-8d6b-4dc5-8a9c-830ec862a451 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-02T04:53:46.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "aai-ml",
  "timestamp": 1656737560037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:53:46.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:53:46.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737559496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737558519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "aai-ml",
  "timestamp": 1656737561041,
  "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-02T04:53:46.638Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac964c7a-8d6b-4dc5-8a9c-830ec862a451
2022-07-02T04:53:46.638Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac964c7a-8d6b-4dc5-8a9c-830ec862a451 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-02T04:53:46.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737559496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737558519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737559496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737558519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737559496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737558519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737559496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737558519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-02T04:53:46.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:53:46.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:53:46.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737559496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:53:46.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:54:04.449Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa577279-f99d-4f89-aad0-60b4ca7a953b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T04:54:04.463Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa577279-f99d-4f89-aad0-60b4ca7a953b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T04:54:04.467Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T04:54:04.467Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-02T04:54:04.467Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-02T04:54:04.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-02T04:54:04.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:04.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:04.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:04.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:04.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:04.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:04.468Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:04.469Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-02T04:54:04.474Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-02T04:54:34.474Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa577279-f99d-4f89-aad0-60b4ca7a953b 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-02T04:54:34.481Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa577279-f99d-4f89-aad0-60b4ca7a953b and serviceModelVersionId: 68e34fb1-c0d8-41a9-afd9-8184ee98a87e
2022-07-02T04:54:34.481Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11f0bb05-5a50-4d48-932a-6fddf42527fa
2022-07-02T04:54:34.482Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11f0bb05-5a50-4d48-932a-6fddf42527fa/model-vers/model-ver/68e34fb1-c0d8-41a9-afd9-8184ee98a87e?depth=0
2022-07-02T04:54:34.487Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-02T04:54:34.535Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11f0bb05-5a50-4d48-932a-6fddf42527fa/model-vers/model-ver/68e34fb1-c0d8-41a9-afd9-8184ee98a87e?depth=0|INFO|500||Invoke
2022-07-02T04:54:34.536Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11f0bb05-5a50-4d48-932a-6fddf42527fa/model-vers/model-ver/68e34fb1-c0d8-41a9-afd9-8184ee98a87e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11f0bb05-5a50-4d48-932a-6fddf42527fa/model-vers/model-ver/68e34fb1-c0d8-41a9-afd9-8184ee98a87e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa577279-f99d-4f89-aad0-60b4ca7a953b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[01a53794-c67a-4d11-8d04-3ee9d49f4c5d], X-ECOMP-RequestID=[fa577279-f99d-4f89-aad0-60b4ca7a953b], X-TransactionId=[], X-ONAP-RequestID=[fa577279-f99d-4f89-aad0-60b4ca7a953b], Content-Type=[application/merge-patch+json]}
2022-07-02T04:54:34.559Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11f0bb05-5a50-4d48-932a-6fddf42527fa/model-vers/model-ver/68e34fb1-c0d8-41a9-afd9-8184ee98a87e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-02T04:54:34.641Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11f0bb05-5a50-4d48-932a-6fddf42527fa/model-vers/model-ver/68e34fb1-c0d8-41a9-afd9-8184ee98a87e?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/11f0bb05-5a50-4d48-932a-6fddf42527fa/model-vers/model-ver/68e34fb1-c0d8-41a9-afd9-8184ee98a87e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220702-04:54:34:320-91292], vertex-id=[168056], Content-Length=[0], Date=[Sat, 02 Jul 2022 04:54:34 GMT], Content-Type=[application/json]}
2022-07-02T04:54:34.641Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11f0bb05-5a50-4d48-932a-6fddf42527fa/model-vers/model-ver/68e34fb1-c0d8-41a9-afd9-8184ee98a87e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-02T04:54:34.642Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11f0bb05-5a50-4d48-932a-6fddf42527fa/model-vers/model-ver/68e34fb1-c0d8-41a9-afd9-8184ee98a87e?depth=0|INFO|500||InvokeReturn
2022-07-02T04:54:34.646Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-02T04:54:34.647Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-02T04:54:34.653Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-02T04:54:34.653Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa577279-f99d-4f89-aad0-60b4ca7a953b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-02T04:54:34.653Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-02T04:54:34.654Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:34.656Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:34.656Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737674653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:54:34.756Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:34.757Z||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-02T04:54:34.757Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:34.777Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:34.777Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-02T04:54:35.673Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:54:35.674Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:54:35.674Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:40.103Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:40.105Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-02T04:54:40.115Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac964c7a-8d6b-4dc5-8a9c-830ec862a451","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"85e8880f-5b16-4f6f-aad2-4efcfa3f74fa","serviceDescription":"service","serviceInvariantUUID":"4c892786-1774-4eb3-8b01-dad0f62eb9cd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2c0a6b8-b7af-4938-85db-6fe9a1bfd884","resourceInvariantUUID":"880fca7b-731e-42bf-99f0-745c2f17eab6","resourceCustomizationUUID":"2e6d1c9d-9541-4e9b-9afa-07b1254ced41","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":"Y2ZiYjUxMzU4YzhjNjczNDYyNjYyNWQzYzk3M2I2MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07be2fb6-eef4-4dfb-9116-092cd3ff9706","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":"Y2RhMjhjNDlmMDk3Y2UzNTNmYzRlMjczZDY2ODE0YjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a115205-5210-4832-b9b7-e9d3db402578","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":"d1db78fa-a2dd-4fdf-9705-2d96ebd6198c","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":"f1d13f13-daa1-43b9-87b6-f6e77f6a8d09","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":"fc92f5ff-4cf5-44d7-855c-10559f96860d","artifactVersion":"2","generatedFromUUID":"d1db78fa-a2dd-4fdf-9705-2d96ebd6198c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjA1ZDUwM2Q4NmZlMWIyMDY4NzA4MzQ4YWU5YjMzNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b06d4fe-1b4f-48a6-9ac3-6166c45b93b8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWFhMzBjODM0ODc5MzhiYjcyZTFhODkzN2RjYmM3NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c7b57b1-aadb-4a64-913d-f1186b18fa51","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-02T04:54:40.121Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:54:40.121Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:40.123Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:40.123Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:54:40.223Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:54:40.224Z||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-02T04:54:40.224Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:40.238Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:40.239Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:54:41.124Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:54:41.125Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:41.127Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:41.127Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:54:41.227Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:41.228Z||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-02T04:54:41.228Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:41.244Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:41.244Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:54:42.127Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:54:42.128Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:42.130Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:42.130Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:54:42.231Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:42.231Z||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-02T04:54:42.231Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:42.246Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:42.247Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:54:43.131Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:54:43.132Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:43.134Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:43.134Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:54:43.234Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:43.235Z||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-02T04:54:43.236Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:43.252Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:43.253Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:54:44.135Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:54:44.135Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:44.136Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:44.137Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-02T04:54:44.237Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:44.237Z||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-02T04:54:44.238Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:44.254Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:44.255Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:54:45.137Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:54:45.138Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:45.139Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:45.140Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:54:45.240Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:45.241Z||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-02T04:54:45.241Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:45.255Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:45.256Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:54:46.140Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:54:46.141Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:46.143Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:46.143Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:54:46.243Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:46.243Z||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-02T04:54:46.244Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:46.259Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:46.260Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:54:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:54:46.394Z||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-02T04:54:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:54:46.417Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:46.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:54:46.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:54:46.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:54:47.145Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "85e8880f-5b16-4f6f-aad2-4efcfa3f74fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4c892786-1774-4eb3-8b01-dad0f62eb9cd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "2e6d1c9d-9541-4e9b-9afa-07b1254ced41",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a2c0a6b8-b7af-4938-85db-6fe9a1bfd884",
      "resourceInvariantUUID": "880fca7b-731e-42bf-99f0-745c2f17eab6",
      "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": "Y2RhMjhjNDlmMDk3Y2UzNTNmYzRlMjczZDY2ODE0YjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9a115205-5210-4832-b9b7-e9d3db402578",
          "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": "d1db78fa-a2dd-4fdf-9705-2d96ebd6198c",
          "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": "fc92f5ff-4cf5-44d7-855c-10559f96860d",
            "generatedFromUUID": "d1db78fa-a2dd-4fdf-9705-2d96ebd6198c"
          },
          "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": "fc92f5ff-4cf5-44d7-855c-10559f96860d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWFhMzBjODM0ODc5MzhiYjcyZTFhODkzN2RjYmM3NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c7b57b1-aadb-4a64-913d-f1186b18fa51"
    }
  ],
  "workloadContext": "Production"
}
2022-07-02T04:54:47.146Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-02T04:54:47.146Z|fa577279-f99d-4f89-aad0-60b4ca7a953b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85e8880f-5b16-4f6f-aad2-4efcfa3f74fa ASDC
2022-07-02T04:54:47.147Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ac964c7a-8d6b-4dc5-8a9c-830ec862a451
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:85e8880f-5b16-4f6f-aad2-4efcfa3f74fa
ServiceInvariantUUID:4c892786-1774-4eb3-8b01-dad0f62eb9cd
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:2c7b57b1-aadb-4a64-913d-f1186b18fa51
ArtifactChecksum:MWFhMzBjODM0ODc5MzhiYjcyZTFhODkzN2RjYmM3NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:2e6d1c9d-9541-4e9b-9afa-07b1254ced41
ResourceInvariantUUID:880fca7b-731e-42bf-99f0-745c2f17eab6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a2c0a6b8-b7af-4938-85db-6fe9a1bfd884
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:9a115205-5210-4832-b9b7-e9d3db402578
ArtifactChecksum:Y2RhMjhjNDlmMDk3Y2UzNTNmYzRlMjczZDY2ODE0YjM=
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:d1db78fa-a2dd-4fdf-9705-2d96ebd6198c
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:fc92f5ff-4cf5-44d7-855c-10559f96860d
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:fc92f5ff-4cf5-44d7-855c-10559f96860d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-02T04:54:47.147Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85e8880f-5b16-4f6f-aad2-4efcfa3f74fa 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-02T04:54:47.189Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:54:47.189Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:54:47.190Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:54:47.190Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c7b57b1-aadb-4a64-913d-f1186b18fa51 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-02T04:54:47.190Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:54:47.191Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-02T04:54:47.271Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:54:47.275Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2c7b57b1-aadb-4a64-913d-f1186b18fa51 71073
2022-07-02T04:54:47.275Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:47.275Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:47.275Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:54:47.276Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:47.278Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:47.278Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737687275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:54:47.378Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:47.379Z||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-02T04:54:47.379Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:47.393Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:47.393Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:54:48.279Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:54:48.280Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:54:48.280Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2c7b57b1-aadb-4a64-913d-f1186b18fa51, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:48.280Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-02T04:54:48.281Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:48.281Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:48.400Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4805777036661920564/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-02T04:54:49.483Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-02T04:54:49.483Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-02T04:54:49.484Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:49.484Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-02T04:54:49.484Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:49.484Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:49.484Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:49.485Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:49.485Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:49.485Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:49.485Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:49.485Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:49.485Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-02T04:54:49.486Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-02T04:54:49.486Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.486Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:49.486Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-02T04:54:49.487Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-02T04:54:49.487Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:54:49.487Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.487Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:49.488Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-02T04:54:49.488Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-02T04:54:49.488Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:54:49.488Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.488Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:49.489Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.489Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-02T04:54:49.489Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-02T04:54:49.489Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-02T04:54:49.489Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-02T04:54:49.490Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-02T04:54:49.490Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-02T04:54:49.490Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.490Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-02T04:54:49.491Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.491Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-02T04:54:49.491Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:54:49.492Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.492Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-02T04:54:49.492Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:54:49.492Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.492Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-02T04:54:49.493Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:54:49.493Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.493Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-02T04:54:49.493Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-02T04:54:49.493Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-02T04:54:49.494Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=195a6e92-26b1-4cd5-b3fe-8f49bc0795c9
2022-07-02T04:54:49.494Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.494Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:49.494Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.495Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:49.495Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.495Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:49.496Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:49.496Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:49.496Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:85e8880f-5b16-4f6f-aad2-4efcfa3f74fa
Model Version:NULL
Model InvariantUuid:4c892786-1774-4eb3-8b01-dad0f62eb9cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f52ba95d-c47d-46d8-8cce-e20a086932be
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:880fca7b-731e-42bf-99f0-745c2f17eab6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2e6d1c9d-9541-4e9b-9afa-07b1254ced41
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9b47b089-c992-4388-a611-5672c4f5858a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3c9f150d-7f45-4841-8cce-a8ca92c04988
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:195a6e92-26b1-4cd5-b3fe-8f49bc0795c9
ModelInvariantUuid:9861e4b8-d456-436e-9b0d-664c967deb40
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0d3b4259-cbbe-4d9b-b8c2-7f1388bde938
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c605d6bc-a835-44d1-bb93-b8ff35a7aba0
ModelInvariantUuid:b187f5b1-d2bd-4d10-970d-5002d4ef510d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c47d9453-41f6-4cca-99b0-96884f89be6b
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-02T04:54:49.503Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a2c0a6b8-b7af-4938-85db-6fe9a1bfd884
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-02T04:54:49.505Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-07-02T04:54:49.506Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a2c0a6b8-b7af-4938-85db-6fe9a1bfd884
2022-07-02T04:54:49.506Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9a115205-5210-4832-b9b7-e9d3db402578 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-02T04:54:49.506Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:54:49.506Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:49.633Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:54:49.633Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9a115205-5210-4832-b9b7-e9d3db402578 787
2022-07-02T04:54:49.633Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:49.634Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:49.634Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:54:49.634Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:49.636Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:49.636Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737689633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:54:49.736Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:49.737Z||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-02T04:54:49.737Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:49.758Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:49.759Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:54:50.636Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9b47b089-c992-4388-a611-5672c4f5858a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c9f150d-7f45-4841-8cce-a8ca92c04988",
    "vfModuleModelCustomizationUUID": "87edb584-6e7e-41c7-8a19-6d0d6503caca",
    "isBase": true,
    "artifacts": [
      "d1db78fa-a2dd-4fdf-9705-2d96ebd6198c",
      "fc92f5ff-4cf5-44d7-855c-10559f96860d"
    ],
    "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-02T04:54:50.642Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c9f150d-7f45-4841-8cce-a8ca92c04988
VfModuleModelInvariantUUID:9b47b089-c992-4388-a611-5672c4f5858a
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1db78fa-a2dd-4fdf-9705-2d96ebd6198c
,
fc92f5ff-4cf5-44d7-855c-10559f96860d

}
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-02T04:54:50.644Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9b47b089-c992-4388-a611-5672c4f5858a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3c9f150d-7f45-4841-8cce-a8ca92c04988",
    "vfModuleModelCustomizationUUID": "87edb584-6e7e-41c7-8a19-6d0d6503caca",
    "isBase": true,
    "artifacts": [
      "d1db78fa-a2dd-4fdf-9705-2d96ebd6198c",
      "fc92f5ff-4cf5-44d7-855c-10559f96860d"
    ],
    "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-02T04:54:50.644Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3c9f150d-7f45-4841-8cce-a8ca92c04988
VfModuleModelInvariantUUID:9b47b089-c992-4388-a611-5672c4f5858a
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1db78fa-a2dd-4fdf-9705-2d96ebd6198c
,
fc92f5ff-4cf5-44d7-855c-10559f96860d

}
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-02T04:54:50.645Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d1db78fa-a2dd-4fdf-9705-2d96ebd6198c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-02T04:54:50.645Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:54:50.645Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:50.734Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:54:50.735Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d1db78fa-a2dd-4fdf-9705-2d96ebd6198c 5033
2022-07-02T04:54:50.735Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:50.735Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:50.735Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:54:50.735Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:50.737Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:50.737Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737690735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:54:50.837Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:50.838Z||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-02T04:54:50.838Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:50.863Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:50.863Z||pool-60-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:54:51.738Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fc92f5ff-4cf5-44d7-855c-10559f96860d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-02T04:54:51.738Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:54:51.738Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:51.840Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:54:51.840Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fc92f5ff-4cf5-44d7-855c-10559f96860d 903
2022-07-02T04:54:51.841Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:51.841Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:51.841Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:54:51.842Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:51.843Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:51.843Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737691841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:54:51.944Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:51.945Z||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-02T04:54:51.945Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:51.965Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:51.967Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:54:52.844Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 85e8880f-5b16-4f6f-aad2-4efcfa3f74fa
2022-07-02T04:54:52.845Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a2c0a6b8-b7af-4938-85db-6fe9a1bfd884 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-02T04:54:52.861Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7139d4e7, org.onap.sdc.toscaparser.api.parameters.Input@4c75d797, org.onap.sdc.toscaparser.api.parameters.Input@6acc34ec, org.onap.sdc.toscaparser.api.parameters.Input@86277bc, org.onap.sdc.toscaparser.api.parameters.Input@37c314bb]
2022-07-02T04:54:52.862Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.862Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:52.863Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-07-02T04:54:52.863Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2e6d1c9d-9541-4e9b-9afa-07b1254ced41
2022-07-02T04:54:52.863Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e6d1c9d-9541-4e9b-9afa-07b1254ced41 matches Tosca VF Customization UUID: 2e6d1c9d-9541-4e9b-9afa-07b1254ced41
2022-07-02T04:54:52.863Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2e6d1c9d-9541-4e9b-9afa-07b1254ced41  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-02T04:54:52.866Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.866Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:52.867Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2e6d1c9d-9541-4e9b-9afa-07b1254ced41: {\"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-02T04:54:52.867Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@454cd244
2022-07-02T04:54:52.867Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.868Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-02T04:54:52.868Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87edb584-6e7e-41c7-8a19-6d0d6503caca
2022-07-02T04:54:52.868Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87edb584-6e7e-41c7-8a19-6d0d6503caca
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-02T04:54:52.871Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.872Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-02T04:54:52.872Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:54:52.873Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.873Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-02T04:54:52.873Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:54:52.873Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.874Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-02T04:54:52.874Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-02T04:54:52.874Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-02T04:54:52.875Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=195a6e92-26b1-4cd5-b3fe-8f49bc0795c9
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-02T04:54:52.877Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.877Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-02T04:54:52.878Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:54:52.878Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.878Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-02T04:54:52.878Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2e6d1c9d-9541-4e9b-9afa-07b1254ced41
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-02T04:54:52.880Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.881Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:52.881Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 85e8880f-5b16-4f6f-aad2-4efcfa3f74fa: basic_vm
2022-07-02T04:54:52.881Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.881Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:52.882Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.882Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:52.882Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.882Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:52.883Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.883Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:52.883Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:54:52.883Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:54:52.884Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:52.961Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a2c0a6b8-b7af-4938-85db-6fe9a1bfd884 1 ASDC deployResourceStructure
2022-07-02T04:54:52.962Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:52.962Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:52.962Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:54:52.963Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:52.965Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:52.965Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737692962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:54:53.065Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:54:53.066Z||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-02T04:54:53.066Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:53.085Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:53.085Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:54:53.966Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:53.967Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:53.967Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:54:53.967Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:53.969Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:53.969Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737693966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T04:54:54.069Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:54.070Z||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-02T04:54:54.070Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:54.086Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:54.086Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:54:54.970Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:54.970Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:54.970Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:54:54.970Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:54.972Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:54.972Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737694969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-02T04:54:55.072Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:54:55.073Z||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-02T04:54:55.073Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:55.088Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:55.089Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:54:55.979Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:55.979Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||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-02T04:54:55.979Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:54:55.980Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:54:55.981Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:54:55.981Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737695979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:54:56.083Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-02T04:54:56.095Z||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-02T04:54:56.095Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:54:56.110Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:54:56.111Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:54:56.982Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac964c7a-8d6b-4dc5-8a9c-830ec862a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T04:54:56.994Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac964c7a-8d6b-4dc5-8a9c-830ec862a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T04:54:56.997Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T04:54:56.997Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-02T04:54:56.998Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-02T04:54:56.998Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-02T04:54:56.998Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:56.998Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:56.998Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:56.998Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:56.998Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:56.998Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:54:56.998Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-02T04:54:57.003Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-02T04:55:27.004Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac964c7a-8d6b-4dc5-8a9c-830ec862a451 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-02T04:55:27.010Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac964c7a-8d6b-4dc5-8a9c-830ec862a451 and serviceModelVersionId: 85e8880f-5b16-4f6f-aad2-4efcfa3f74fa
2022-07-02T04:55:27.010Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c892786-1774-4eb3-8b01-dad0f62eb9cd
2022-07-02T04:55:27.011Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c892786-1774-4eb3-8b01-dad0f62eb9cd/model-vers/model-ver/85e8880f-5b16-4f6f-aad2-4efcfa3f74fa?depth=0
2022-07-02T04:55:27.014Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-02T04:55:27.057Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c892786-1774-4eb3-8b01-dad0f62eb9cd/model-vers/model-ver/85e8880f-5b16-4f6f-aad2-4efcfa3f74fa?depth=0|INFO|500||Invoke
2022-07-02T04:55:27.057Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c892786-1774-4eb3-8b01-dad0f62eb9cd/model-vers/model-ver/85e8880f-5b16-4f6f-aad2-4efcfa3f74fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c892786-1774-4eb3-8b01-dad0f62eb9cd/model-vers/model-ver/85e8880f-5b16-4f6f-aad2-4efcfa3f74fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac964c7a-8d6b-4dc5-8a9c-830ec862a451], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6249826-69a0-479c-92d9-8d61efb89849], X-ECOMP-RequestID=[ac964c7a-8d6b-4dc5-8a9c-830ec862a451], X-TransactionId=[], X-ONAP-RequestID=[ac964c7a-8d6b-4dc5-8a9c-830ec862a451], Content-Type=[application/merge-patch+json]}
2022-07-02T04:55:27.076Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c892786-1774-4eb3-8b01-dad0f62eb9cd/model-vers/model-ver/85e8880f-5b16-4f6f-aad2-4efcfa3f74fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-02T04:55:27.177Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c892786-1774-4eb3-8b01-dad0f62eb9cd/model-vers/model-ver/85e8880f-5b16-4f6f-aad2-4efcfa3f74fa?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/4c892786-1774-4eb3-8b01-dad0f62eb9cd/model-vers/model-ver/85e8880f-5b16-4f6f-aad2-4efcfa3f74fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220702-04:55:26:836-99570], vertex-id=[483400], Content-Length=[0], Date=[Sat, 02 Jul 2022 04:55:26 GMT], Content-Type=[application/json]}
2022-07-02T04:55:27.177Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c892786-1774-4eb3-8b01-dad0f62eb9cd/model-vers/model-ver/85e8880f-5b16-4f6f-aad2-4efcfa3f74fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-02T04:55:27.178Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c892786-1774-4eb3-8b01-dad0f62eb9cd/model-vers/model-ver/85e8880f-5b16-4f6f-aad2-4efcfa3f74fa?depth=0|INFO|500||InvokeReturn
2022-07-02T04:55:27.178Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-02T04:55:27.179Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-02T04:55:27.184Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-02T04:55:27.184Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac964c7a-8d6b-4dc5-8a9c-830ec862a451 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-02T04:55:27.184Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-02T04:55:27.184Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:27.186Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:27.187Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737727184,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:55:27.287Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:27.288Z||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-02T04:55:27.288Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:27.328Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:27.328Z||pool-66-thread-1|||||INFO|500||cambria reply ok (41 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-02T04:55:28.198Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-02T04:55:28.198Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdcb5d14-cf3e-4755-945a-bf56ea123774","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3f929ccd-2c91-417a-97e2-6bc189453d30","serviceDescription":"service","serviceInvariantUUID":"298ea711-e9b5-4dc4-9bbf-18851c728a48","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a052e4db-973f-48ce-8b64-8f10ad4efd1a","resourceInvariantUUID":"845b2309-7379-47f4-accb-ce6f7adc2f3f","resourceCustomizationUUID":"6aa294bf-faeb-4468-b453-8a1f468da997","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":"YzEwYWEwOTAzZmM0ODM1NDgzMWFlMDE1NTU4NGEwNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4a01df9-c6ab-4173-a917-10b463e8e8a7","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":"98c0ff7b-e3b6-4ea8-82b3-ebbf03c3fa55","artifactVersion":"2","generatedFromUUID":"e9d09d52-91ac-4999-96b8-b27c126c81d4"},{"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":"e9d09d52-91ac-4999-96b8-b27c126c81d4","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":"NDgwMzJkMmYxNjdhNjhhNTU2MzkzZDdlMzhmZjQ4MmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"07e02855-0727-496c-990a-4f7f9a391c3d","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":"0997ea01-4b4d-4dab-96c2-9dc6ad66e447","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":"e48a3ebe-3f99-489a-afda-2efd55ad5ca6","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":"306f1be0-8552-4806-a85e-bc4354e54fc7","artifactVersion":"2","generatedFromUUID":"0997ea01-4b4d-4dab-96c2-9dc6ad66e447"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTM1OTlmOWE2YjY1ZWEzMmYxMDQ2Y2YxZGFiMjUxZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c15e142-7f0f-4b99-b320-74429d482c48","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGMwMjU2Y2NkOGE1OTBiNzIzZTcxZGJmYzc3NzgxMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c85f06ad-4192-4f0a-974f-dbf3b9f1e08c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-02T04:55:28.199Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:55:28.199Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:28.201Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:28.202Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:28.302Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:28.302Z||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-02T04:55:28.302Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:28.366Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:28.367Z||pool-67-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:29.202Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:55:29.203Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:29.205Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:29.205Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-02T04:55:29.305Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:29.306Z||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-02T04:55:29.306Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:29.329Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:29.329Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:30.206Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:55:30.206Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:30.208Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:30.208Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-02T04:55:30.308Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:55:30.309Z||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-02T04:55:30.309Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:30.334Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:30.334Z||pool-69-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:55:31.209Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:55:31.210Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:31.211Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:31.211Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:55:31.311Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:31.312Z||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-02T04:55:31.312Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:31.347Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:31.348Z||pool-70-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:32.212Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:55:32.212Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:32.214Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:32.214Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:55:32.314Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:55:32.315Z||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-02T04:55:32.315Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:32.331Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:32.331Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:33.215Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:55:33.215Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:33.217Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:33.217Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:33.317Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:33.318Z||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-02T04:55:33.318Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:33.340Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:33.340Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:55:34.218Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:55:34.218Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:34.220Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:34.220Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-02T04:55:34.320Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:34.321Z||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-02T04:55:34.321Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:34.335Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:34.335Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:55:35.220Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:55:35.221Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:35.223Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:35.223Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:35.323Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:55:35.323Z||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-02T04:55:35.323Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:35.338Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:35.339Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:36.223Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T04:55:36.224Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:36.225Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:36.225Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:55:36.326Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:36.327Z||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-02T04:55:36.327Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:36.344Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:36.344Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:55:37.227Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "3f929ccd-2c91-417a-97e2-6bc189453d30",
  "serviceDescription": "service",
  "serviceInvariantUUID": "298ea711-e9b5-4dc4-9bbf-18851c728a48",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6aa294bf-faeb-4468-b453-8a1f468da997",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a052e4db-973f-48ce-8b64-8f10ad4efd1a",
      "resourceInvariantUUID": "845b2309-7379-47f4-accb-ce6f7adc2f3f",
      "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": "98c0ff7b-e3b6-4ea8-82b3-ebbf03c3fa55",
          "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": "e9d09d52-91ac-4999-96b8-b27c126c81d4",
          "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": "NDgwMzJkMmYxNjdhNjhhNTU2MzkzZDdlMzhmZjQ4MmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "07e02855-0727-496c-990a-4f7f9a391c3d",
          "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": "0997ea01-4b4d-4dab-96c2-9dc6ad66e447",
          "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": "306f1be0-8552-4806-a85e-bc4354e54fc7",
            "generatedFromUUID": "0997ea01-4b4d-4dab-96c2-9dc6ad66e447"
          },
          "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": "306f1be0-8552-4806-a85e-bc4354e54fc7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZGMwMjU2Y2NkOGE1OTBiNzIzZTcxZGJmYzc3NzgxMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c85f06ad-4192-4f0a-974f-dbf3b9f1e08c"
    }
  ],
  "workloadContext": "Production"
}
2022-07-02T04:55:37.227Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-02T04:55:37.227Z|ac964c7a-8d6b-4dc5-8a9c-830ec862a451|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3f929ccd-2c91-417a-97e2-6bc189453d30 ASDC
2022-07-02T04:55:37.228Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:bdcb5d14-cf3e-4755-945a-bf56ea123774
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3f929ccd-2c91-417a-97e2-6bc189453d30
ServiceInvariantUUID:298ea711-e9b5-4dc4-9bbf-18851c728a48
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:c85f06ad-4192-4f0a-974f-dbf3b9f1e08c
ArtifactChecksum:ZGMwMjU2Y2NkOGE1OTBiNzIzZTcxZGJmYzc3NzgxMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6aa294bf-faeb-4468-b453-8a1f468da997
ResourceInvariantUUID:845b2309-7379-47f4-accb-ce6f7adc2f3f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a052e4db-973f-48ce-8b64-8f10ad4efd1a
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:98c0ff7b-e3b6-4ea8-82b3-ebbf03c3fa55
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:e9d09d52-91ac-4999-96b8-b27c126c81d4
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:07e02855-0727-496c-990a-4f7f9a391c3d
ArtifactChecksum:NDgwMzJkMmYxNjdhNjhhNTU2MzkzZDdlMzhmZjQ4MmE=
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:0997ea01-4b4d-4dab-96c2-9dc6ad66e447
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:306f1be0-8552-4806-a85e-bc4354e54fc7
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:306f1be0-8552-4806-a85e-bc4354e54fc7
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-02T04:55:37.228Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f929ccd-2c91-417a-97e2-6bc189453d30 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-02T04:55:37.259Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:55:37.260Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:55:37.260Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:55:37.260Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c85f06ad-4192-4f0a-974f-dbf3b9f1e08c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-02T04:55:37.260Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:55:37.260Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-02T04:55:37.380Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:55:37.384Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c85f06ad-4192-4f0a-974f-dbf3b9f1e08c 68954
2022-07-02T04:55:37.384Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:37.384Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:37.384Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:55:37.384Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:37.386Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:37.386Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737737384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:37.486Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:37.487Z||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-02T04:55:37.487Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:37.509Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:37.509Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:38.387Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T04:55:38.388Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-02T04:55:38.388Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c85f06ad-4192-4f0a-974f-dbf3b9f1e08c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-02T04:55:38.388Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-02T04:55:38.388Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-02T04:55:38.388Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-02T04:55:38.511Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14654098536950900548/Definitions/service-BasicCnf-template.yml
2022-07-02T04:55:39.651Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-02T04:55:39.651Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-02T04:55:39.651Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-02T04:55:39.652Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:55:39.653Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.653Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:39.653Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-02T04:55:39.653Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-02T04:55:39.653Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T04:55:39.653Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.653Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:39.653Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.654Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-02T04:55:39.654Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-02T04:55:39.654Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-02T04:55:39.654Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-02T04:55:39.654Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.654Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-02T04:55:39.654Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.654Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-02T04:55:39.654Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:55:39.655Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.655Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-02T04:55:39.655Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:55:39.655Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.655Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-02T04:55:39.655Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:55:39.655Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.655Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-02T04:55:39.656Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-02T04:55:39.656Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4d33a444-d4da-4017-b54f-031b78e45912
2022-07-02T04:55:39.656Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.656Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:39.656Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.656Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:39.656Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.656Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:39.656Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:39.656Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:39.657Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:3f929ccd-2c91-417a-97e2-6bc189453d30
Model Version:NULL
Model InvariantUuid:298ea711-e9b5-4dc4-9bbf-18851c728a48
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:aec00bba-c77e-406e-9af4-b67e3143f22a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:845b2309-7379-47f4-accb-ce6f7adc2f3f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6aa294bf-faeb-4468-b453-8a1f468da997
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:406cb2a6-c53d-409b-a3df-54b7f1a31c81
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:bc1517ca-d67f-4316-be0a-46d4382d1edb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4d33a444-d4da-4017-b54f-031b78e45912
ModelInvariantUuid:4c371225-d6df-4938-9b08-d9e8891e6fcf
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9d0dbed3-31ff-4da1-b9f8-542c79e11626
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ef4de4e0-e97a-4e21-8a92-c150f6ed1dd2
ModelInvariantUuid:5a1b3532-e8d9-41dd-a8c9-aadff6368304
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:3af9f67b-1d14-4e72-86fe-0db723bc1fa9
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-02T04:55:39.669Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a052e4db-973f-48ce-8b64-8f10ad4efd1a
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-02T04:55:39.675Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-07-02T04:55:39.675Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a052e4db-973f-48ce-8b64-8f10ad4efd1a
2022-07-02T04:55:39.675Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 98c0ff7b-e3b6-4ea8-82b3-ebbf03c3fa55 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-02T04:55:39.675Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:55:39.676Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:39.789Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:55:39.790Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 98c0ff7b-e3b6-4ea8-82b3-ebbf03c3fa55 12
2022-07-02T04:55:39.790Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:39.790Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:39.791Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:55:39.791Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:39.795Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:39.795Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737739790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:39.896Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-02T04:55:39.897Z||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-02T04:55:39.897Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:39.935Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:39.936Z||pool-77-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:40.795Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e9d09d52-91ac-4999-96b8-b27c126c81d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-02T04:55:40.796Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:55:40.796Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:40.884Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:55:40.885Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e9d09d52-91ac-4999-96b8-b27c126c81d4 2688
2022-07-02T04:55:40.886Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:40.886Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:40.886Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:55:40.887Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:40.892Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:40.892Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737740885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:40.995Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-02T04:55:40.995Z||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-02T04:55:40.996Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:41.020Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:41.020Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:41.893Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 07e02855-0727-496c-990a-4f7f9a391c3d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-02T04:55:41.894Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:55:41.894Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:41.948Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:55:41.949Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 07e02855-0727-496c-990a-4f7f9a391c3d 828
2022-07-02T04:55:41.949Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:41.949Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:41.950Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:55:41.950Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:41.952Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:41.952Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737741949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:42.052Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T04:55:42.053Z||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-02T04:55:42.053Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:42.105Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:42.105Z||pool-79-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:42.953Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "406cb2a6-c53d-409b-a3df-54b7f1a31c81",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bc1517ca-d67f-4316-be0a-46d4382d1edb",
    "vfModuleModelCustomizationUUID": "5325d6eb-56aa-454f-816e-4ba92e400c25",
    "isBase": true,
    "artifacts": [
      "e9d09d52-91ac-4999-96b8-b27c126c81d4",
      "0997ea01-4b4d-4dab-96c2-9dc6ad66e447",
      "306f1be0-8552-4806-a85e-bc4354e54fc7"
    ],
    "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-02T04:55:42.956Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc1517ca-d67f-4316-be0a-46d4382d1edb
VfModuleModelInvariantUUID:406cb2a6-c53d-409b-a3df-54b7f1a31c81
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9d09d52-91ac-4999-96b8-b27c126c81d4
,
0997ea01-4b4d-4dab-96c2-9dc6ad66e447
,
306f1be0-8552-4806-a85e-bc4354e54fc7

}
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-02T04:55:42.958Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "406cb2a6-c53d-409b-a3df-54b7f1a31c81",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bc1517ca-d67f-4316-be0a-46d4382d1edb",
    "vfModuleModelCustomizationUUID": "5325d6eb-56aa-454f-816e-4ba92e400c25",
    "isBase": true,
    "artifacts": [
      "e9d09d52-91ac-4999-96b8-b27c126c81d4",
      "0997ea01-4b4d-4dab-96c2-9dc6ad66e447",
      "306f1be0-8552-4806-a85e-bc4354e54fc7"
    ],
    "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-02T04:55:42.958Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc1517ca-d67f-4316-be0a-46d4382d1edb
VfModuleModelInvariantUUID:406cb2a6-c53d-409b-a3df-54b7f1a31c81
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9d09d52-91ac-4999-96b8-b27c126c81d4
,
0997ea01-4b4d-4dab-96c2-9dc6ad66e447
,
306f1be0-8552-4806-a85e-bc4354e54fc7

}
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-02T04:55:42.958Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0997ea01-4b4d-4dab-96c2-9dc6ad66e447 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-02T04:55:42.958Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:55:42.959Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:43.094Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:55:43.094Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0997ea01-4b4d-4dab-96c2-9dc6ad66e447 1164
2022-07-02T04:55:43.094Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:43.095Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:43.095Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:55:43.095Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:43.097Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:43.097Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737743094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:43.197Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:43.198Z||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-02T04:55:43.198Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:43.213Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:43.213Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:44.097Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 306f1be0-8552-4806-a85e-bc4354e54fc7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-02T04:55:44.098Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-02T04:55:44.098Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:44.228Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-02T04:55:44.229Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 306f1be0-8552-4806-a85e-bc4354e54fc7 200
2022-07-02T04:55:44.229Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:44.229Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:44.229Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T04:55:44.230Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:44.232Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:44.232Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737744229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:44.333Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-02T04:55:44.334Z||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-02T04:55:44.334Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:44.349Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:44.350Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:45.232Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3f929ccd-2c91-417a-97e2-6bc189453d30
2022-07-02T04:55:45.233Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a052e4db-973f-48ce-8b64-8f10ad4efd1a 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-02T04:55:45.244Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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 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-02T04:55:45.252Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35f9ba0b, org.onap.sdc.toscaparser.api.parameters.Input@5c20cd15, org.onap.sdc.toscaparser.api.parameters.Input@1b0a5c20, org.onap.sdc.toscaparser.api.parameters.Input@223bc0c2, org.onap.sdc.toscaparser.api.parameters.Input@5aea0f6c]
2022-07-02T04:55:45.253Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.253Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:45.253Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-07-02T04:55:45.254Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6aa294bf-faeb-4468-b453-8a1f468da997
2022-07-02T04:55:45.254Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6aa294bf-faeb-4468-b453-8a1f468da997 matches Tosca VF Customization UUID: 6aa294bf-faeb-4468-b453-8a1f468da997
2022-07-02T04:55:45.254Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6aa294bf-faeb-4468-b453-8a1f468da997  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-02T04:55:45.255Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.256Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:45.256Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6aa294bf-faeb-4468-b453-8a1f468da997: {\"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-02T04:55:45.256Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@351b7a0b
2022-07-02T04:55:45.256Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.257Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-02T04:55:45.257Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5325d6eb-56aa-454f-816e-4ba92e400c25
2022-07-02T04:55:45.257Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5325d6eb-56aa-454f-816e-4ba92e400c25
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-02T04:55:45.259Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.259Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-02T04:55:45.259Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:55:45.259Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.259Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-02T04:55:45.260Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:55:45.260Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.260Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-02T04:55:45.260Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-02T04:55:45.260Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4d33a444-d4da-4017-b54f-031b78e45912
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-02T04:55:45.262Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.262Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-02T04:55:45.262Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T04:55:45.263Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.263Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-02T04:55:45.263Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6aa294bf-faeb-4468-b453-8a1f468da997
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-02T04:55:45.267Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.267Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:45.267Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3f929ccd-2c91-417a-97e2-6bc189453d30: basic_cnf
2022-07-02T04:55:45.267Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.267Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:45.267Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.268Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:45.268Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.268Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:45.268Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.268Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:45.268Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T04:55:45.268Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-02T04:55:45.269Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:45.366Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a052e4db-973f-48ce-8b64-8f10ad4efd1a 1 ASDC deployResourceStructure
2022-07-02T04:55:45.367Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:45.367Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:45.367Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-02T04:55:45.367Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:45.371Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:45.371Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737745366,
  "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-02T04:55:45.469Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-02T04:55:45.470Z||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-02T04:55:45.470Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:45.490Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:45.491Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:46.372Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:46.372Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:46.372Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-02T04:55:46.373Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:46.375Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:46.375Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737746372,
  "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-02T04:55:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:55:46.394Z||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-02T04:55:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:55:46.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:46.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737558519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737559496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737558519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:55:46.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737566951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737559496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737566951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737568594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:46.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737559496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:55:46.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656737553465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737566951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737569706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:46.435Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737569324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:46.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737566951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:55:46.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737570807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:46.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "cds",
  "timestamp": 1656737570331,
  "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=?
2022-07-02T04:55:46.445Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdcb5d14-cf3e-4755-945a-bf56ea123774
2022-07-02T04:55:46.445Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcb5d14-cf3e-4755-945a-bf56ea123774 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-02T04:55:46.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737566951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737571894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:46.454Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737566951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737572958,
  "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-02T04:55:46.460Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdcb5d14-cf3e-4755-945a-bf56ea123774
2022-07-02T04:55:46.461Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcb5d14-cf3e-4755-945a-bf56ea123774 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-02T04:55:46.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:55:46.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737566951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656737573961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:55:46.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737566951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.475Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:46.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737566951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:55:46.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737574506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.476Z||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-02T04:55:46.477Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:46.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737574506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737568597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:55:46.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737574506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737577410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737578398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:46.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737574506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737577410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737579404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:55:46.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737574506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737577410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.498Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:46.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.499Z||pool-83-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:46.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "policy-id",
  "timestamp": 1656737580407,
  "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-02T04:55:46.516Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdcb5d14-cf3e-4755-945a-bf56ea123774
2022-07-02T04:55:46.517Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcb5d14-cf3e-4755-945a-bf56ea123774 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-02T04:55:46.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737574506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737577410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737574506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737577410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737574506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737577410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737574506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:55:46.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737577410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737584312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737577410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737577410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737587206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737587725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:55:46.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737589398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:55:46.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737589733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:55:46.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656737590403,
  "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-02T04:55:46.532Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdcb5d14-cf3e-4755-945a-bf56ea123774
2022-07-02T04:55:46.532Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcb5d14-cf3e-4755-945a-bf56ea123774 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-02T04:55:46.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "clamp",
  "timestamp": 1656737590736,
  "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-02T04:55:46.543Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdcb5d14-cf3e-4755-945a-bf56ea123774
2022-07-02T04:55:46.543Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcb5d14-cf3e-4755-945a-bf56ea123774 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-02T04:55:46.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737591641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:55:46.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:55:46.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:55:46.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "aai-ml",
  "timestamp": 1656737592645,
  "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-02T04:55:46.555Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdcb5d14-cf3e-4755-945a-bf56ea123774
2022-07-02T04:55:46.555Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdcb5d14-cf3e-4755-945a-bf56ea123774 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-02T04:55:47.376Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:47.376Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:47.376Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:55:47.377Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:47.378Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:47.378Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737747375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:55:47.479Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:47.480Z||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-02T04:55:47.480Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:47.494Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:47.495Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:48.379Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:48.380Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:48.380Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:55:48.380Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:48.382Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:48.382Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737748379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T04:55:48.483Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-02T04:55:48.484Z||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-02T04:55:48.484Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:48.504Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:48.505Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-02T04:55:49.383Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:49.384Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:49.384Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:55:49.384Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:49.386Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:49.386Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737749383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-02T04:55:49.486Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:49.487Z||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-02T04:55:49.487Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:49.501Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:49.502Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:50.387Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:50.387Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||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-02T04:55:50.387Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T04:55:50.387Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:55:50.389Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:55:50.389Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737750386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:55:50.489Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:55:50.490Z||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-02T04:55:50.490Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:55:50.506Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:55:50.506Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T04:55:51.390Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdcb5d14-cf3e-4755-945a-bf56ea123774
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T04:55:51.402Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdcb5d14-cf3e-4755-945a-bf56ea123774
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T04:55:51.405Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T04:55:51.405Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-02T04:55:51.405Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-02T04:55:51.405Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-02T04:55:51.406Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:55:51.406Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:55:51.406Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:55:51.406Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:55:51.406Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:55:51.406Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T04:55:51.406Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-02T04:55:51.411Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-02T04:56:21.411Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdcb5d14-cf3e-4755-945a-bf56ea123774 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-02T04:56:21.416Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdcb5d14-cf3e-4755-945a-bf56ea123774 and serviceModelVersionId: 3f929ccd-2c91-417a-97e2-6bc189453d30
2022-07-02T04:56:21.416Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 298ea711-e9b5-4dc4-9bbf-18851c728a48
2022-07-02T04:56:21.416Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/298ea711-e9b5-4dc4-9bbf-18851c728a48/model-vers/model-ver/3f929ccd-2c91-417a-97e2-6bc189453d30?depth=0
2022-07-02T04:56:21.420Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-02T04:56:21.462Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/298ea711-e9b5-4dc4-9bbf-18851c728a48/model-vers/model-ver/3f929ccd-2c91-417a-97e2-6bc189453d30?depth=0|INFO|500||Invoke
2022-07-02T04:56:21.463Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/298ea711-e9b5-4dc4-9bbf-18851c728a48/model-vers/model-ver/3f929ccd-2c91-417a-97e2-6bc189453d30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/298ea711-e9b5-4dc4-9bbf-18851c728a48/model-vers/model-ver/3f929ccd-2c91-417a-97e2-6bc189453d30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bdcb5d14-cf3e-4755-945a-bf56ea123774], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[def49ac9-dbf6-48c1-8066-54e08d312152], X-ECOMP-RequestID=[bdcb5d14-cf3e-4755-945a-bf56ea123774], X-TransactionId=[], X-ONAP-RequestID=[bdcb5d14-cf3e-4755-945a-bf56ea123774], Content-Type=[application/merge-patch+json]}
2022-07-02T04:56:21.483Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/298ea711-e9b5-4dc4-9bbf-18851c728a48/model-vers/model-ver/3f929ccd-2c91-417a-97e2-6bc189453d30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-02T04:56:21.564Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/298ea711-e9b5-4dc4-9bbf-18851c728a48/model-vers/model-ver/3f929ccd-2c91-417a-97e2-6bc189453d30?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/298ea711-e9b5-4dc4-9bbf-18851c728a48/model-vers/model-ver/3f929ccd-2c91-417a-97e2-6bc189453d30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220702-04:56:21:243-41563], vertex-id=[225512], Content-Length=[0], Date=[Sat, 02 Jul 2022 04:56:21 GMT], Content-Type=[application/json]}
2022-07-02T04:56:21.565Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/298ea711-e9b5-4dc4-9bbf-18851c728a48/model-vers/model-ver/3f929ccd-2c91-417a-97e2-6bc189453d30?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-02T04:56:21.565Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/298ea711-e9b5-4dc4-9bbf-18851c728a48/model-vers/model-ver/3f929ccd-2c91-417a-97e2-6bc189453d30?depth=0|INFO|500||InvokeReturn
2022-07-02T04:56:21.565Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-02T04:56:21.566Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-02T04:56:21.571Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-02T04:56:21.571Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdcb5d14-cf3e-4755-945a-bf56ea123774 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-02T04:56:21.571Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-02T04:56:21.572Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-02T04:56:21.573Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T04:56:21.573Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737781571,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:56:21.673Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T04:56:21.674Z||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-02T04:56:21.674Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T04:56:21.694Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:56:21.695Z||pool-88-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-02T04:56:22.585Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:56:22.586Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-02T04:56:22.586Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uHj62DLucpqHZARD) ...
2022-07-02T04:56:32.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:56:32.141Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:56:32.141Z||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-02T04:56:32.141Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:56:41.699Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:56:41.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:56:41.700Z||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-02T04:56:41.701Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:56:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:56:46.394Z||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-02T04:56:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:56:46.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:56:46.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:56:46.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa577279-f99d-4f89-aad0-60b4ca7a953b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737674653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:56:46.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:56:46.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:56:46.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:56:46.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:56:46.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:56:46.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:56:46.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:56:46.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:56:46.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:56:46.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:56:46.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:56:46.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:56:46.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:56:46.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:56:46.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-02T04:56:46.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:56:46.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:56:46.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:56:46.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:56:46.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-02T04:56:46.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:56:46.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:56:51.251Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:56:51.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:56:51.252Z||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-02T04:56:51.253Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:57:00.807Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:57:46.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:57:46.390Z||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-02T04:57:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:57:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:57:46.394Z||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-02T04:57:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:57:46.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:57:46.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737687275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:57:46.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737689633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:57:46.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737690735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:57:46.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737691841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:57:46.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737692962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:57:46.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737693966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T04:57:46.431Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737694969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-02T04:57:46.431Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737695979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:57:46.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac964c7a-8d6b-4dc5-8a9c-830ec862a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737727184,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:57:46.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:57:46.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:57:46.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-02T04:57:46.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:57:46.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-02T04:57:46.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737675673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737737384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737739790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:57:46.436Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737740885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:57:46.436Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737741949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:57:46.436Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737743094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:57:46.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737744229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T04:57:46.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:46.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T04:57:46.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737745366,
  "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-02T04:57:46.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:57:55.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:58:46.390Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:58:46.392Z||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-02T04:58:46.392Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:58:46.394Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:58:46.394Z||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-02T04:58:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:58:46.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:58:46.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-02T04:58:46.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737746372,
  "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-02T04:58:46.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:58:46.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-02T04:58:46.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737747375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T04:58:46.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:58:46.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-02T04:58:46.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737748379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T04:58:46.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:58:46.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-02T04:58:46.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737749383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-02T04:58:46.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:58:46.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-02T04:58:46.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737750386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T04:58:46.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:58:46.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-02T04:58:46.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdcb5d14-cf3e-4755-945a-bf56ea123774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656737781571,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T04:58:46.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T04:58:55.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:59:46.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:59:46.391Z||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-02T04:59:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:59:46.394Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T04:59:46.394Z||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-02T04:59:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T04:59:55.940Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T04:59:55.949Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:00:46.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:00:46.390Z||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-02T05:00:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:00:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:00:46.394Z||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-02T05:00:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:00:55.949Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:00:55.954Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:01:46.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:01:46.390Z||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-02T05:01:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:01:46.394Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:01:46.395Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T05:01:46.395Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T05:01:55.936Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:01:55.937Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:02:46.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:02:46.390Z||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-02T05:02:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:02:46.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:02:46.394Z||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-02T05:02:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:02:55.948Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:02:55.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:03:46.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:03:46.390Z||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-02T05:03:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:03:46.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:03:46.394Z||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-02T05:03:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:03:55.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:03:55.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:04:46.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:04:46.390Z||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-02T05:04:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:04:46.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:04:46.394Z||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-02T05:04:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:04:55.957Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:04:55.961Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:05:46.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:05:46.391Z||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-02T05:05:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:05:46.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:05:46.394Z||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-02T05:05:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:05:55.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:05:55.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:06:46.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:06:46.391Z||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-02T05:06:46.392Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:06:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:06:46.394Z||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-02T05:06:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:06:55.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:06:55.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:46.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:07:46.390Z||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-02T05:07:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:07:46.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:07:46.394Z||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-02T05:07:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:07:46.533Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:46.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738428597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738428597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738429496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738428597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738429496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738428597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738429496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738428597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738429496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738428597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738433465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738429496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738428597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738433465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738429496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738428597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738433465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738429496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738428597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738433465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738436951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738429496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738437177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738428597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738433465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738436951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738429496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738437177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738433465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738436951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738439598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738429496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738437177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738433465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738436951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738440604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738437177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738440356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.713Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738433465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738436951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "policy-id",
  "timestamp": 1656738441610,
  "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-02T05:07:46.738Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29432dd8-544e-4ab0-9262-33f48604ff1d
2022-07-02T05:07:46.738Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29432dd8-544e-4ab0-9262-33f48604ff1d 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-02T05:07:46.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738437177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738433465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738436951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738437177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738433465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738436951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "cds",
  "timestamp": 1656738442880,
  "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-02T05:07:46.751Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29432dd8-544e-4ab0-9262-33f48604ff1d
2022-07-02T05:07:46.751Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29432dd8-544e-4ab0-9262-33f48604ff1d 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-02T05:07:46.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738437177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738436951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738437177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738436951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738444496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738437177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738436951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738444496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738437177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738444496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738448039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738444496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738448597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738449272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738444496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738448597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738450443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738444496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738448597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738451671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738444496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738448597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738452737,
  "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-02T05:07:46.783Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29432dd8-544e-4ab0-9262-33f48604ff1d
2022-07-02T05:07:46.783Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29432dd8-544e-4ab0-9262-33f48604ff1d 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-02T05:07:46.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738444496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738448597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738444496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738453741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T05:07:46.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738448597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738453465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738454871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738454294,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738448597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738453465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738455310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738448597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "cds",
  "timestamp": 1656738455509,
  "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-02T05:07:46.803Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
2022-07-02T05:07:46.803Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9 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-02T05:07:46.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738453465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738448597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738453465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738457177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738458203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738453465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738458390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738457177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738453465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738459395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738459889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738457177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738453465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "policy-id",
  "timestamp": 1656738460397,
  "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-02T05:07:46.817Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
2022-07-02T05:07:46.817Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9 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-02T05:07:46.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738460572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:07:46.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "clamp",
  "timestamp": 1656738460894,
  "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-02T05:07:46.828Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29432dd8-544e-4ab0-9262-33f48604ff1d
2022-07-02T05:07:46.829Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29432dd8-544e-4ab0-9262-33f48604ff1d 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-02T05:07:46.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738457177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738453465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738461576,
  "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-02T05:07:46.841Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29432dd8-544e-4ab0-9262-33f48604ff1d
2022-07-02T05:07:46.841Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29432dd8-544e-4ab0-9262-33f48604ff1d 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-02T05:07:46.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738457177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738453465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738457177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738463299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738463071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:07:46.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738457177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738464336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T05:07:46.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:07:46.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "aai-ml",
  "timestamp": 1656738464075,
  "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-02T05:07:46.857Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29432dd8-544e-4ab0-9262-33f48604ff1d
2022-07-02T05:07:46.857Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29432dd8-544e-4ab0-9262-33f48604ff1d 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-02T05:07:46.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738457177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738465341,
  "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-02T05:07:46.868Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
2022-07-02T05:07:46.869Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9 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-02T05:07:46.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:46.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:46.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:07:46.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738457177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:07:46.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:07:47.031Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:47.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T05:07:47.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"29432dd8-544e-4ab0-9262-33f48604ff1d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"17e64c97-5dd2-4442-b8e0-25725fe0d895","serviceDescription":"service","serviceInvariantUUID":"55584277-7348-4bd1-93a3-1136429f881e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e468d92d-06cd-4d83-8a3f-37ea8499b7c3","resourceInvariantUUID":"1f921faf-7eff-4c24-99e9-e9d2a63e6995","resourceCustomizationUUID":"fdf52aba-5bd6-4569-b554-7dce0dae7053","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":"ODQxNDk4MjZmYmNjZDY1ZWI0MjlhNzllMmNkZDcyMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bd5b12a-cdc7-4015-a8dd-1ee12351207b","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":"MzMwZjViZTlhNGUwOWM4YTU4Y2MwOTA2NDY4YmEyNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"17499a17-1509-4a15-8c22-7869df326bf5","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":"f46904d9-b78a-4af9-a613-c22670e8e917","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":"74740e15-9c42-4bd9-b97d-84d8bd6d37fa","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":"d14104bc-656b-47e6-87ef-bb57a74c424a","artifactVersion":"2","generatedFromUUID":"550df0c7-f94b-494d-b867-c157fec2c502"},{"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":"9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7","artifactVersion":"2","generatedFromUUID":"f46904d9-b78a-4af9-a613-c22670e8e917"},{"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":"550df0c7-f94b-494d-b867-c157fec2c502","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":"33199178-9a59-423d-8a0c-ccb2a89d9d92","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":"YWNlNDE0ODEzZjA0MGI5ZjIyNzdkMzE4MWZjMDJlNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51f5daf9-2025-48fe-a7ec-1d3123cb2dec","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjYxOGJhNDAxYmNjNjVmYjhmY2ZhYTcyY2M2MWE5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"714f8b01-72b7-4a44-bf82-7482c6b993e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-02T05:07:47.035Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:07:47.036Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:47.040Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:47.040Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:47.143Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-02T05:07:47.144Z||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-02T05:07:47.144Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:47.166Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:47.166Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:07:48.041Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:07:48.041Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:48.043Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:48.044Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T05:07:48.144Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:07:48.145Z||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-02T05:07:48.145Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:48.214Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:48.215Z||pool-90-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":1,"count":1}
2022-07-02T05:07:49.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:07:49.045Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:49.047Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:49.047Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-02T05:07:49.151Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-02T05:07:49.151Z||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-02T05:07:49.152Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:49.173Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:49.174Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:07:50.049Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:07:50.050Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:50.052Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:50.052Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:50.152Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:07:50.153Z||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-02T05:07:50.153Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:50.169Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:50.169Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:07:51.054Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:07:51.054Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:51.058Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:51.059Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-02T05:07:51.158Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:07:51.178Z||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-02T05:07:51.178Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:51.200Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:51.201Z||pool-93-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:07:52.059Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:07:52.061Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:52.062Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:52.063Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-02T05:07:52.163Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:07:52.164Z||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-02T05:07:52.164Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:52.193Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:52.194Z||pool-94-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-07-02T05:07:53.063Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:07:53.064Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:53.066Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:53.067Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-02T05:07:53.167Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:07:53.168Z||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-02T05:07:53.168Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:53.183Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:53.183Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:07:54.068Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:07:54.068Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:54.070Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:54.070Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:54.171Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-02T05:07:54.172Z||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-02T05:07:54.172Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:54.194Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:54.195Z||pool-96-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:07:55.071Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:07:55.071Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:55.073Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:55.073Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:07:55.182Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-07-02T05:07:55.183Z||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-02T05:07:55.183Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:55.197Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:55.197Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:07:56.074Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:07:56.074Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:56.076Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:56.076Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:07:56.176Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:07:56.177Z||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-02T05:07:56.177Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:56.192Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:56.193Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:07:57.077Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "17e64c97-5dd2-4442-b8e0-25725fe0d895",
  "serviceDescription": "service",
  "serviceInvariantUUID": "55584277-7348-4bd1-93a3-1136429f881e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "fdf52aba-5bd6-4569-b554-7dce0dae7053",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e468d92d-06cd-4d83-8a3f-37ea8499b7c3",
      "resourceInvariantUUID": "1f921faf-7eff-4c24-99e9-e9d2a63e6995",
      "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": "MzMwZjViZTlhNGUwOWM4YTU4Y2MwOTA2NDY4YmEyNjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "17499a17-1509-4a15-8c22-7869df326bf5",
          "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": "f46904d9-b78a-4af9-a613-c22670e8e917",
          "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": "9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7",
            "generatedFromUUID": "f46904d9-b78a-4af9-a613-c22670e8e917"
          },
          "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": "d14104bc-656b-47e6-87ef-bb57a74c424a",
          "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": "9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7",
          "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": "550df0c7-f94b-494d-b867-c157fec2c502",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjYxOGJhNDAxYmNjNjVmYjhmY2ZhYTcyY2M2MWE5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "714f8b01-72b7-4a44-bf82-7482c6b993e0"
    }
  ],
  "workloadContext": "Production"
}
2022-07-02T05:07:57.077Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-02T05:07:57.078Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 17e64c97-5dd2-4442-b8e0-25725fe0d895 ASDC
2022-07-02T05:07:57.080Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:29432dd8-544e-4ab0-9262-33f48604ff1d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:17e64c97-5dd2-4442-b8e0-25725fe0d895
ServiceInvariantUUID:55584277-7348-4bd1-93a3-1136429f881e
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:714f8b01-72b7-4a44-bf82-7482c6b993e0
ArtifactChecksum:YjYxOGJhNDAxYmNjNjVmYjhmY2ZhYTcyY2M2MWE5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:fdf52aba-5bd6-4569-b554-7dce0dae7053
ResourceInvariantUUID:1f921faf-7eff-4c24-99e9-e9d2a63e6995
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e468d92d-06cd-4d83-8a3f-37ea8499b7c3
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:17499a17-1509-4a15-8c22-7869df326bf5
ArtifactChecksum:MzMwZjViZTlhNGUwOWM4YTU4Y2MwOTA2NDY4YmEyNjY=
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:f46904d9-b78a-4af9-a613-c22670e8e917
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:9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7
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:d14104bc-656b-47e6-87ef-bb57a74c424a
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:9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7
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:550df0c7-f94b-494d-b867-c157fec2c502
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-02T05:07:57.080Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17e64c97-5dd2-4442-b8e0-25725fe0d895 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-02T05:07:57.111Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T05:07:57.113Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-02T05:07:57.113Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-02T05:07:57.113Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 714f8b01-72b7-4a44-bf82-7482c6b993e0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-02T05:07:57.113Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:07:57.113Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:57.188Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:07:57.196Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 714f8b01-72b7-4a44-bf82-7482c6b993e0 158204
2022-07-02T05:07:57.196Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:57.196Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:57.197Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:07:57.197Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:57.199Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:57.200Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738477196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:57.300Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:07:57.300Z||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-02T05:07:57.301Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:57.316Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:57.317Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:07:58.200Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T05:07:58.201Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-02T05:07:58.201Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 714f8b01-72b7-4a44-bf82-7482c6b993e0, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-02T05:07:58.201Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-02T05:07:58.202Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-02T05:07:58.202Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-02T05:07:58.421Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1528490193706841364/Definitions/service-BasicCnfMacro-template.yml
2022-07-02T05:07:59.625Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-02T05:07:59.626Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-02T05:07:59.626Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-02T05:07:59.626Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-02T05:07:59.626Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.626Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.626Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.626Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.626Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-02T05:07:59.626Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.627Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.627Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-02T05:07:59.627Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-02T05:07:59.627Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.627Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.628Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.628Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-02T05:07:59.628Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-02T05:07:59.628Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.628Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.628Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.629Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.629Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-02T05:07:59.629Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-02T05:07:59.629Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-02T05:07:59.629Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-02T05:07:59.629Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.629Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.630Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.630Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-02T05:07:59.630Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:07:59.630Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.630Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-02T05:07:59.630Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:07:59.631Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.631Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-02T05:07:59.631Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:07:59.631Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.631Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-02T05:07:59.631Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:07:59.631Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.631Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-02T05:07:59.632Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-02T05:07:59.632Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=3c4059ea-a986-4869-94bf-5d10460cf8fa
2022-07-02T05:07:59.632Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.632Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.632Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.632Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.632Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.633Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.633Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:07:59.633Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.633Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:17e64c97-5dd2-4442-b8e0-25725fe0d895
Model Version:NULL
Model InvariantUuid:55584277-7348-4bd1-93a3-1136429f881e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:ec98b2cf-dc78-402c-b535-fbdea77bfcdc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1f921faf-7eff-4c24-99e9-e9d2a63e6995
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fdf52aba-5bd6-4569-b554-7dce0dae7053
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4a44274b-15d2-462b-9001-a005e59ee17b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:cb26225b-dcce-4bc4-ab0e-ff8544a39c4a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:dd201962-b1d2-4e04-8c14-bf4858aaee4e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:2c50e320-abe3-4d71-8b77-9e9be099f8c2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3c4059ea-a986-4869-94bf-5d10460cf8fa
ModelInvariantUuid:bd15a04c-d456-4d95-b1f8-5dd3143d32ff
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:0c0ad35e-9abc-428a-971e-10d26e208e4b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e949aa43-2ad2-4339-86e1-68eeebf28a9f
ModelInvariantUuid:0576e603-a75a-4bd5-872f-5f33bf6dd481
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:fb5329f0-40b3-42b6-aaa1-d58609874cba
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-02T05:07:59.641Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e468d92d-06cd-4d83-8a3f-37ea8499b7c3
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-02T05:07:59.646Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-07-02T05:07:59.646Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e468d92d-06cd-4d83-8a3f-37ea8499b7c3
2022-07-02T05:07:59.646Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 17499a17-1509-4a15-8c22-7869df326bf5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-02T05:07:59.646Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:07:59.646Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.698Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:07:59.699Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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 17499a17-1509-4a15-8c22-7869df326bf5 1565
2022-07-02T05:07:59.699Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.699Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:07:59.699Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:07:59.700Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:07:59.702Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:07:59.702Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738479699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:07:59.802Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:07:59.803Z||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-02T05:07:59.803Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:07:59.818Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:07:59.818Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:00.703Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "dd201962-b1d2-4e04-8c14-bf4858aaee4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2c50e320-abe3-4d71-8b77-9e9be099f8c2",
    "vfModuleModelCustomizationUUID": "9d48e561-80e3-4238-9325-f31e32f62a55",
    "isBase": true,
    "artifacts": [
      "f46904d9-b78a-4af9-a613-c22670e8e917",
      "9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7"
    ],
    "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": "4a44274b-15d2-462b-9001-a005e59ee17b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb26225b-dcce-4bc4-ab0e-ff8544a39c4a",
    "vfModuleModelCustomizationUUID": "053c34c9-60c1-45cb-9806-6ec8b0b05fa4",
    "isBase": false,
    "artifacts": [
      "550df0c7-f94b-494d-b867-c157fec2c502"
    ],
    "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-02T05:08:00.709Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2c50e320-abe3-4d71-8b77-9e9be099f8c2
VfModuleModelInvariantUUID:dd201962-b1d2-4e04-8c14-bf4858aaee4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f46904d9-b78a-4af9-a613-c22670e8e917
,
9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7

}
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:cb26225b-dcce-4bc4-ab0e-ff8544a39c4a
VfModuleModelInvariantUUID:4a44274b-15d2-462b-9001-a005e59ee17b
VfModuleModelDescription:NULL
Artifacts UUID List:{
550df0c7-f94b-494d-b867-c157fec2c502

}
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-02T05:08:00.711Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "dd201962-b1d2-4e04-8c14-bf4858aaee4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2c50e320-abe3-4d71-8b77-9e9be099f8c2",
    "vfModuleModelCustomizationUUID": "9d48e561-80e3-4238-9325-f31e32f62a55",
    "isBase": true,
    "artifacts": [
      "f46904d9-b78a-4af9-a613-c22670e8e917",
      "9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7"
    ],
    "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": "4a44274b-15d2-462b-9001-a005e59ee17b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb26225b-dcce-4bc4-ab0e-ff8544a39c4a",
    "vfModuleModelCustomizationUUID": "053c34c9-60c1-45cb-9806-6ec8b0b05fa4",
    "isBase": false,
    "artifacts": [
      "550df0c7-f94b-494d-b867-c157fec2c502"
    ],
    "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-02T05:08:00.711Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2c50e320-abe3-4d71-8b77-9e9be099f8c2
VfModuleModelInvariantUUID:dd201962-b1d2-4e04-8c14-bf4858aaee4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f46904d9-b78a-4af9-a613-c22670e8e917
,
9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7

}
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:cb26225b-dcce-4bc4-ab0e-ff8544a39c4a
VfModuleModelInvariantUUID:4a44274b-15d2-462b-9001-a005e59ee17b
VfModuleModelDescription:NULL
Artifacts UUID List:{
550df0c7-f94b-494d-b867-c157fec2c502

}
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-02T05:08:00.711Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f46904d9-b78a-4af9-a613-c22670e8e917 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-02T05:08:00.712Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:08:00.712Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:00.789Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:08:00.789Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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 f46904d9-b78a-4af9-a613-c22670e8e917 914
2022-07-02T05:08:00.790Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:00.790Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:00.790Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:08:00.790Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:00.792Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:00.792Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738480790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:08:00.892Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:08:00.893Z||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-02T05:08:00.893Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:00.926Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:00.926Z||pool-101-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:01.793Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d14104bc-656b-47e6-87ef-bb57a74c424a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-02T05:08:01.793Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:08:01.793Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:01.861Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:08:01.861Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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 d14104bc-656b-47e6-87ef-bb57a74c424a 12
2022-07-02T05:08:01.862Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:01.862Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:01.862Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:08:01.862Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:01.863Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:01.864Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738481862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:08:01.964Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:01.965Z||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-02T05:08:01.965Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:01.987Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:01.987Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:02.864Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-02T05:08:02.864Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:08:02.865Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:02.919Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:08:02.919Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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 9fb40fc2-c4df-46c3-8cdf-4d7272f3c3e7 96
2022-07-02T05:08:02.920Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:02.920Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:02.920Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:08:02.921Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:02.923Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:02.923Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738482920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:08:03.023Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:03.024Z||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-02T05:08:03.024Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:03.040Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:03.041Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:03.924Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 550df0c7-f94b-494d-b867-c157fec2c502 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-02T05:08:03.924Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:08:03.924Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:04.035Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:08:04.036Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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 550df0c7-f94b-494d-b867-c157fec2c502 20206
2022-07-02T05:08:04.036Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:04.037Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:04.037Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:08:04.037Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:04.038Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:04.039Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738484036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:08:04.139Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:08:04.139Z||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-02T05:08:04.139Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:04.158Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:04.158Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:05.042Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 17e64c97-5dd2-4442-b8e0-25725fe0d895
2022-07-02T05:08:05.042Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 e468d92d-06cd-4d83-8a3f-37ea8499b7c3 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-02T05:08:05.053Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4aec5e71, org.onap.sdc.toscaparser.api.parameters.Input@6d51f680, org.onap.sdc.toscaparser.api.parameters.Input@7cbc5860, org.onap.sdc.toscaparser.api.parameters.Input@17f437a5, org.onap.sdc.toscaparser.api.parameters.Input@3f43ecfc]
2022-07-02T05:08:05.055Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.055Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.055Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-02T05:08:05.055Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= fdf52aba-5bd6-4569-b554-7dce0dae7053
2022-07-02T05:08:05.055Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fdf52aba-5bd6-4569-b554-7dce0dae7053 matches Tosca VF Customization UUID: fdf52aba-5bd6-4569-b554-7dce0dae7053
2022-07-02T05:08:05.055Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: fdf52aba-5bd6-4569-b554-7dce0dae7053  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-02T05:08:05.057Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.058Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.058Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id fdf52aba-5bd6-4569-b554-7dce0dae7053: {\"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-02T05:08:05.058Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75da9a3c
2022-07-02T05:08:05.058Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.058Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.059Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 053c34c9-60c1-45cb-9806-6ec8b0b05fa4
2022-07-02T05:08:05.059Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 053c34c9-60c1-45cb-9806-6ec8b0b05fa4
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-02T05:08:05.061Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.061Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-02T05:08:05.062Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:08:05.062Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.062Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-02T05:08:05.062Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:08:05.062Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.063Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-02T05:08:05.063Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fdf52aba-5bd6-4569-b554-7dce0dae7053
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-02T05:08:05.064Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.064Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.064Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 17e64c97-5dd2-4442-b8e0-25725fe0d895: basic_cnf_macro
2022-07-02T05:08:05.065Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.065Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.065Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.065Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.065Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.065Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.065Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.066Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.066Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:05.066Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.066Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.103Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro e468d92d-06cd-4d83-8a3f-37ea8499b7c3 2 ASDC deployResourceStructure
2022-07-02T05:08:05.103Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.104Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:05.104Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T05:08:05.104Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:05.106Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:05.106Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738485103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T05:08:05.206Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:05.206Z||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-02T05:08:05.207Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:05.223Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:05.223Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:06.106Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:06.106Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:06.107Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T05:08:06.107Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:06.109Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:06.109Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738486106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T05:08:06.209Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:06.209Z||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-02T05:08:06.210Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:06.231Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:06.231Z||pool-106-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:07.109Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:07.110Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:07.110Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-02T05:08:07.110Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:07.112Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:07.113Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738487109,
  "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-02T05:08:07.213Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:07.214Z||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-02T05:08:07.214Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:07.233Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:07.234Z||pool-107-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-02T05:08:08.113Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:08.114Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:08.114Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T05:08:08.114Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:08.116Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:08.116Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738488113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-02T05:08:08.217Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-02T05:08:08.218Z||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-02T05:08:08.219Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:08.237Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:08.238Z||pool-108-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-02T05:08:09.116Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:09.117Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:09.117Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-02T05:08:09.117Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:09.119Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:09.119Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738489116,
  "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-02T05:08:09.219Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:09.220Z||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-02T05:08:09.220Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:09.253Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:09.253Z||pool-109-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-07-02T05:08:10.119Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:10.120Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:10.120Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T05:08:10.120Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:10.122Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:10.122Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738490119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:08:10.222Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:10.223Z||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-02T05:08:10.223Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:10.238Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:10.239Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:11.123Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29432dd8-544e-4ab0-9262-33f48604ff1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T05:08:11.134Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29432dd8-544e-4ab0-9262-33f48604ff1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T05:08:11.137Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T05:08:11.137Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-02T05:08:11.137Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-02T05:08:11.137Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-02T05:08:11.137Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:08:11.138Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:08:11.138Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:08:11.138Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:08:11.138Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:08:11.138Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:08:11.139Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:11.143Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-02T05:08:41.144Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29432dd8-544e-4ab0-9262-33f48604ff1d 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-02T05:08:41.151Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29432dd8-544e-4ab0-9262-33f48604ff1d and serviceModelVersionId: 17e64c97-5dd2-4442-b8e0-25725fe0d895
2022-07-02T05:08:41.151Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55584277-7348-4bd1-93a3-1136429f881e
2022-07-02T05:08:41.153Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55584277-7348-4bd1-93a3-1136429f881e/model-vers/model-ver/17e64c97-5dd2-4442-b8e0-25725fe0d895?depth=0
2022-07-02T05:08:41.176Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-02T05:08:41.226Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55584277-7348-4bd1-93a3-1136429f881e/model-vers/model-ver/17e64c97-5dd2-4442-b8e0-25725fe0d895?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-02T05:08:41.228Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55584277-7348-4bd1-93a3-1136429f881e/model-vers/model-ver/17e64c97-5dd2-4442-b8e0-25725fe0d895?depth=0|INFO|500||Invoke
2022-07-02T05:08:41.252Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55584277-7348-4bd1-93a3-1136429f881e/model-vers/model-ver/17e64c97-5dd2-4442-b8e0-25725fe0d895?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-02T05:08:41.347Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55584277-7348-4bd1-93a3-1136429f881e/model-vers/model-ver/17e64c97-5dd2-4442-b8e0-25725fe0d895?depth=0|INFO|500||InvokeReturn
2022-07-02T05:08:41.348Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55584277-7348-4bd1-93a3-1136429f881e/model-vers/model-ver/17e64c97-5dd2-4442-b8e0-25725fe0d895?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220702-05:08:41:012-77014], vertex-id=[585800], Content-Length=[0], Date=[Sat, 02 Jul 2022 05:08:41 GMT], Content-Type=[application/json]}
2022-07-02T05:08:41.348Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-07-02T05:08:41.348Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-02T05:08:41.348Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:41.354Z|29432dd8-544e-4ab0-9262-33f48604ff1d|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-02T05:08:41.354Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29432dd8-544e-4ab0-9262-33f48604ff1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-02T05:08:41.354Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-02T05:08:41.355Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:41.356Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:41.357Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738521354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T05:08:41.457Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:41.457Z||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-02T05:08:41.458Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:41.483Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:41.483Z||pool-111-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-02T05:08:42.369Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T05:08:42.369Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"303d1c1d-d311-4b1a-8aaf-46685c3aa542","serviceDescription":"service","serviceInvariantUUID":"3fda2096-759e-4de0-9485-42de6d6f720b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39539778-73c2-4310-bf49-fc5eb22584da","resourceInvariantUUID":"c24f0952-aefa-4013-b006-96499e00c7d6","resourceCustomizationUUID":"c4e44eb1-0fa9-4566-938d-22cf4e2b6599","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":"NWEzYjU5ZTdlZTYyMGE1ZWZkZWU0MjcxYmQ4NzE3M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"281da1c4-4dee-41a5-9ff0-d36f780f0fba","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":"024c1b47-cfd2-42f2-9bda-21d27348e114","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":"d481d6b8-aaf0-4d29-9c13-a12c26f33213","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":"Y2ExZTAxZDY0MWQ3OGY4YWI4NDI0YWE0YjZmYjk0MDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"431098c5-707a-43cf-9fd3-6f428709325f","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":"4f7156a1-62b1-4967-9351-df9f8f0a6965","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":"3ca617fb-a667-49a7-bf98-117f544dd78d","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":"20cb906c-bfb4-450d-a397-e25e33e7678b","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":"MTE4ZWZiNmQzZmVjODY1YzAwYmM0NGFiY2JlMmNjMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90c41f76-4fdb-429b-83b7-c9c7346c342b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MWU1ZWYxMTllNTRhODFiMDViZDJlODkzOWMxZTBhODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4376a866-e695-492e-b58e-7c32a455742c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-02T05:08:42.370Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:08:42.370Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:42.372Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:42.372Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:08:42.473Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-02T05:08:42.474Z||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-02T05:08:42.474Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:42.487Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:42.487Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:43.373Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:08:43.373Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:43.375Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:43.375Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:08:43.475Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:43.475Z||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-02T05:08:43.476Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:43.489Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:43.489Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:44.375Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:08:44.376Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:44.378Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:44.378Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:08:44.478Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:44.479Z||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-02T05:08:44.479Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:44.500Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:44.501Z||pool-114-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:45.378Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:08:45.379Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:45.381Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:45.381Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:08:45.481Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:45.482Z||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-02T05:08:45.482Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:45.498Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:45.498Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:46.381Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:08:46.382Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:46.383Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:46.384Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:08:46.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:08:46.394Z||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-02T05:08:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:08:46.423Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:46.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:08:46.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "cds",
  "timestamp": 1656738459496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:08:46.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:08:46.484Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:46.485Z||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-02T05:08:46.485Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:46.500Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:46.501Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:47.384Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:08:47.384Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:47.386Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:47.386Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:08:47.486Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:47.487Z||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-02T05:08:47.487Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:47.506Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:47.506Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:48.387Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:08:48.387Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:48.389Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:48.389Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:08:48.489Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:08:48.490Z||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-02T05:08:48.490Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:48.504Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:48.505Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:49.390Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:08:49.390Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:49.392Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:49.392Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:08:49.492Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:49.493Z||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-02T05:08:49.493Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:49.510Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:49.510Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:50.392Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:08:50.393Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:50.394Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:50.395Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:08:50.495Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:50.496Z||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-02T05:08:50.496Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:50.511Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:50.511Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:51.395Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "303d1c1d-d311-4b1a-8aaf-46685c3aa542",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3fda2096-759e-4de0-9485-42de6d6f720b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "c4e44eb1-0fa9-4566-938d-22cf4e2b6599",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39539778-73c2-4310-bf49-fc5eb22584da",
      "resourceInvariantUUID": "c24f0952-aefa-4013-b006-96499e00c7d6",
      "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": "MWU1ZWYxMTllNTRhODFiMDViZDJlODkzOWMxZTBhODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4376a866-e695-492e-b58e-7c32a455742c"
    }
  ],
  "workloadContext": "Production"
}
2022-07-02T05:08:51.395Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-02T05:08:51.396Z|29432dd8-544e-4ab0-9262-33f48604ff1d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 303d1c1d-d311-4b1a-8aaf-46685c3aa542 ASDC
2022-07-02T05:08:51.396Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:303d1c1d-d311-4b1a-8aaf-46685c3aa542
ServiceInvariantUUID:3fda2096-759e-4de0-9485-42de6d6f720b
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:4376a866-e695-492e-b58e-7c32a455742c
ArtifactChecksum:MWU1ZWYxMTllNTRhODFiMDViZDJlODkzOWMxZTBhODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:c4e44eb1-0fa9-4566-938d-22cf4e2b6599
ResourceInvariantUUID:c24f0952-aefa-4013-b006-96499e00c7d6
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:39539778-73c2-4310-bf49-fc5eb22584da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-02T05:08:51.396Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 303d1c1d-d311-4b1a-8aaf-46685c3aa542 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-02T05:08:51.422Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T05:08:51.423Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-02T05:08:51.423Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-02T05:08:51.423Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4376a866-e695-492e-b58e-7c32a455742c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-02T05:08:51.423Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:08:51.424Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:51.590Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:08:51.595Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4376a866-e695-492e-b58e-7c32a455742c 105651
2022-07-02T05:08:51.596Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:51.596Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:51.596Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:08:51.596Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:51.598Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:51.598Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738531596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:08:51.698Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:51.699Z||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-02T05:08:51.700Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:51.718Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:51.719Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:52.599Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T05:08:52.599Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-02T05:08:52.600Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4376a866-e695-492e-b58e-7c32a455742c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-02T05:08:52.600Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-02T05:08:52.601Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-02T05:08:52.601Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-02T05:08:52.718Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16327422449689434027/Definitions/service-TestPnfMacro-template.yml
2022-07-02T05:08:53.433Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-02T05:08:53.434Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-02T05:08:53.434Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-02T05:08:53.434Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-02T05:08:53.434Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.434Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.435Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.435Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.435Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.435Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.435Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.435Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-02T05:08:53.436Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:53.436Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.436Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-02T05:08:53.436Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-02T05:08:53.436Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T05:08:53.437Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:53.437Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.437Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-02T05:08:53.437Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-02T05:08:53.437Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-02T05:08:53.438Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:53.438Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.438Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:53.438Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.438Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:53.439Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.439Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:53.439Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.439Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:53.439Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.440Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:303d1c1d-d311-4b1a-8aaf-46685c3aa542
Model Version:NULL
Model InvariantUuid:3fda2096-759e-4de0-9485-42de6d6f720b
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-02T05:08:53.445Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 39539778-73c2-4310-bf49-fc5eb22584da
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-02T05:08:53.447Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-07-02T05:08:53.447Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 39539778-73c2-4310-bf49-fc5eb22584da
2022-07-02T05:08:53.447Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 303d1c1d-d311-4b1a-8aaf-46685c3aa542
2022-07-02T05:08:53.448Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 303d1c1d-d311-4b1a-8aaf-46685c3aa542
2022-07-02T05:08:53.448Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 39539778-73c2-4310-bf49-fc5eb22584da 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-02T05:08:53.452Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d4dbfce, org.onap.sdc.toscaparser.api.parameters.Input@619eea49, org.onap.sdc.toscaparser.api.parameters.Input@4916ed0e, org.onap.sdc.toscaparser.api.parameters.Input@5400daf1, org.onap.sdc.toscaparser.api.parameters.Input@4e3bc70]
2022-07-02T05:08:53.452Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:53.452Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.453Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 303d1c1d-d311-4b1a-8aaf-46685c3aa542: test-pnf
2022-07-02T05:08:53.453Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||Processing PNF resource: 39539778-73c2-4310-bf49-fc5eb22584da
2022-07-02T05:08:53.453Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:08:53.453Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.453Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||Resource customization UUID: c4e44eb1-0fa9-4566-938d-22cf4e2b6599 is the same as notified resource customizationUUID: c4e44eb1-0fa9-4566-938d-22cf4e2b6599
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-02T05:08:53.489Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 39539778-73c2-4310-bf49-fc5eb22584da 0 ASDC deployResourceStructure
2022-07-02T05:08:53.489Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.490Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:08:53.490Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T05:08:53.490Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:08:53.492Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:08:53.492Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738533489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:08:53.592Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:08:53.593Z||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-02T05:08:53.593Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:08:53.609Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:08:53.609Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:08:54.492Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T05:08:54.503Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T05:08:54.505Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T05:08:54.505Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-02T05:08:54.505Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-02T05:09:24.506Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T05:09:24.515Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T05:09:24.518Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T05:09:24.518Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-02T05:09:24.518Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-02T05:09:46.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:09:46.394Z||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-02T05:09:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:09:46.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:09:46.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:09:46.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:09:46.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:09:54.518Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T05:09:54.530Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T05:09:54.533Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T05:09:54.533Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-02T05:09:54.533Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-02T05:10:24.534Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T05:10:24.545Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T05:10:24.547Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T05:10:24.547Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-02T05:10:24.547Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-02T05:10:46.394Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:10:46.394Z||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-02T05:10:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:10:46.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:10:46.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "cds",
  "timestamp": 1656738459496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "cds",
  "timestamp": 1656738459496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738468597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "cds",
  "timestamp": 1656738459496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738468597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "cds",
  "timestamp": 1656738459496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738447411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738468597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "cds",
  "timestamp": 1656738459496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738471908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738468597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "cds",
  "timestamp": 1656738459496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738468597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "cds",
  "timestamp": 1656738459496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738473797,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738444506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738468597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738473465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "cds",
  "timestamp": 1656738474008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738474802,
  "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-02T05:10:46.457Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
2022-07-02T05:10:46.457Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9 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-02T05:10:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738474180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.465Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738468597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738473465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "cds",
  "timestamp": 1656738475229,
  "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-02T05:10:46.477Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e31a7254-1d26-406d-b21e-f3c951a152e1
2022-07-02T05:10:46.477Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e31a7254-1d26-406d-b21e-f3c951a152e1 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-02T05:10:46.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738468597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738473465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738477196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738473465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738477326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738477176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738477410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738473465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738478329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738477176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738477410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738473465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "policy-id",
  "timestamp": 1656738479333,
  "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-02T05:10:46.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e31a7254-1d26-406d-b21e-f3c951a152e1
2022-07-02T05:10:46.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e31a7254-1d26-406d-b21e-f3c951a152e1 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-02T05:10:46.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738479699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738479185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738477176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738477410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738473465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738480790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "aai-ml",
  "timestamp": 1656738480189,
  "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-02T05:10:46.508Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
2022-07-02T05:10:46.508Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9 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-02T05:10:46.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738477176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738477410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656738473465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738481862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738477176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738477410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738481192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738482920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738477176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738477410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738481192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738484036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738477176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738477410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738481192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738484877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738485103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738477176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738477410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738481192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738486106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738485933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738486162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738481192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738487109,
  "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-02T05:10:46.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738487011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738481192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738487879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738488113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738488079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738488493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738481192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "clamp",
  "timestamp": 1656738488883,
  "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-02T05:10:46.533Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
2022-07-02T05:10:46.533Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9 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-02T05:10:46.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738489116,
  "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-02T05:10:46.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738489101,
  "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-02T05:10:46.545Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e31a7254-1d26-406d-b21e-f3c951a152e1
2022-07-02T05:10:46.545Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e31a7254-1d26-406d-b21e-f3c951a152e1 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-02T05:10:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656738489496,
  "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-02T05:10:46.554Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e31a7254-1d26-406d-b21e-f3c951a152e1
2022-07-02T05:10:46.554Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e31a7254-1d26-406d-b21e-f3c951a152e1 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-02T05:10:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738481192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738490119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656738490105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738489978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738496743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "aai-ml",
  "timestamp": 1656738497747,
  "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-02T05:10:46.568Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e31a7254-1d26-406d-b21e-f3c951a152e1
2022-07-02T05:10:46.569Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e31a7254-1d26-406d-b21e-f3c951a152e1 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-02T05:10:46.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738505881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:10:46.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738508885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:10:46.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "clamp",
  "timestamp": 1656738509889,
  "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-02T05:10:46.579Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e31a7254-1d26-406d-b21e-f3c951a152e1
2022-07-02T05:10:46.579Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e31a7254-1d26-406d-b21e-f3c951a152e1 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-02T05:10:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29432dd8-544e-4ab0-9262-33f48604ff1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738521354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T05:10:46.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:10:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:10:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:10:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:10:54.547Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T05:10:54.557Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T05:10:54.560Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T05:10:54.560Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-02T05:10:54.560Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-02T05:10:54.560Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-02T05:10:54.560Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:10:54.561Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:10:54.561Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:10:54.561Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:10:54.561Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:10:54.561Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:10:54.561Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:10:54.561Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:10:54.567Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-02T05:11:24.567Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9 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-02T05:11:24.572Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9 and serviceModelVersionId: 303d1c1d-d311-4b1a-8aaf-46685c3aa542
2022-07-02T05:11:24.572Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fda2096-759e-4de0-9485-42de6d6f720b
2022-07-02T05:11:24.573Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fda2096-759e-4de0-9485-42de6d6f720b/model-vers/model-ver/303d1c1d-d311-4b1a-8aaf-46685c3aa542?depth=0
2022-07-02T05:11:24.577Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-02T05:11:24.617Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fda2096-759e-4de0-9485-42de6d6f720b/model-vers/model-ver/303d1c1d-d311-4b1a-8aaf-46685c3aa542?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-02T05:11:24.618Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fda2096-759e-4de0-9485-42de6d6f720b/model-vers/model-ver/303d1c1d-d311-4b1a-8aaf-46685c3aa542?depth=0|INFO|500||Invoke
2022-07-02T05:11:24.637Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fda2096-759e-4de0-9485-42de6d6f720b/model-vers/model-ver/303d1c1d-d311-4b1a-8aaf-46685c3aa542?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-02T05:11:24.792Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fda2096-759e-4de0-9485-42de6d6f720b/model-vers/model-ver/303d1c1d-d311-4b1a-8aaf-46685c3aa542?depth=0|INFO|500||InvokeReturn
2022-07-02T05:11:24.801Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fda2096-759e-4de0-9485-42de6d6f720b/model-vers/model-ver/303d1c1d-d311-4b1a-8aaf-46685c3aa542?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220702-05:11:24:397-118], vertex-id=[598088], Content-Length=[0], Date=[Sat, 02 Jul 2022 05:11:24 GMT], Content-Type=[application/json]}
2022-07-02T05:11:24.804Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-07-02T05:11:24.805Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-02T05:11:24.805Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:11:24.810Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|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-02T05:11:24.810Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-02T05:11:24.811Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-02T05:11:24.811Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:24.813Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:24.814Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738684810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T05:11:24.914Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:11:24.914Z||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-02T05:11:24.914Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:24.931Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:24.931Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-02T05:11:25.824Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-02T05:11:25.824Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e31a7254-1d26-406d-b21e-f3c951a152e1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"cbee82ee-7b21-4418-9599-abd22f8ae3e5","serviceDescription":"service","serviceInvariantUUID":"ad70bb75-194c-4742-865c-1fc864bfea4e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5aed4347-cdeb-4a05-8fad-4412f2e882fa","resourceInvariantUUID":"2a98a60e-3dce-486f-9b52-61ce378eff2d","resourceCustomizationUUID":"ba506192-99e7-4f3f-ac17-05e07dcb9624","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":"ZDQ0MjRlZTUwMDU2YTVkMTYzMDY5NjlkZjQxNTJhMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70e7ab9b-ffdb-4809-947d-a7e42f0cfb6e","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":"ZjJkMTRiOTdkMmM5ZGE1MDYxNjhmMjU3YTZkZDM4MDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3cc3942e-90c2-4af9-b954-6c4ec7e65b48","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":"c912e9c4-a192-437f-9768-d167ca4c3c0e","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":"361d23db-4a11-46b9-86ab-14de0b175bfe","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":"3d7be410-4944-429f-b7d4-3ccd059944a0","artifactVersion":"2","generatedFromUUID":"c912e9c4-a192-437f-9768-d167ca4c3c0e"},{"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":"YzdhOTc2MjI2OTY0MWYwZTQxZWVjNzMwMDE0YmE3N2I\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1828bda5-cf66-4703-a587-514e4be19320","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":"Y2E1OGYxNTU2MDgzYmUyM2U3ZWY5ZjJjMDgyMzM1NjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"acf9d773-0011-4653-b620-91902040d648","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDcwYjE5ZWQ1MWM2NDIxZGRkNmQ2OTViZDdhOGExZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04d0add9-8394-4a3a-a596-c504049424f0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-02T05:11:25.825Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:11:25.825Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:25.827Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:25.827Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:11:25.927Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:11:25.927Z||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-02T05:11:25.928Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:25.954Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:25.955Z||pool-124-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:26.827Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:11:26.828Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:26.830Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:26.830Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T05:11:26.930Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:11:26.931Z||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-02T05:11:26.931Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:26.949Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:26.949Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:27.831Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:11:27.832Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:27.834Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:27.835Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-02T05:11:27.934Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:11:27.935Z||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-02T05:11:27.935Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:27.951Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:27.951Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:28.836Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:11:28.836Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:28.838Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:28.838Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:11:28.938Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:11:28.939Z||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-02T05:11:28.939Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:28.956Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:28.956Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:29.839Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:11:29.839Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:29.841Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:29.841Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-02T05:11:29.942Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:11:29.942Z||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-02T05:11:29.943Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:29.967Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:29.967Z||pool-128-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:30.842Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:11:30.842Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:30.844Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:30.844Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:11:30.944Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:11:30.945Z||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-02T05:11:30.945Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:30.961Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:30.961Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:31.844Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:11:31.845Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:31.846Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:31.846Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:11:31.948Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-02T05:11:31.949Z||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-02T05:11:31.949Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:31.982Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:31.983Z||pool-130-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:32.847Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-02T05:11:32.848Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:32.849Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:32.849Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:11:32.949Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:11:32.950Z||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-02T05:11:32.950Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:32.967Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:32.967Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:33.850Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "cbee82ee-7b21-4418-9599-abd22f8ae3e5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ad70bb75-194c-4742-865c-1fc864bfea4e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ba506192-99e7-4f3f-ac17-05e07dcb9624",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5aed4347-cdeb-4a05-8fad-4412f2e882fa",
      "resourceInvariantUUID": "2a98a60e-3dce-486f-9b52-61ce378eff2d",
      "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": "ZjJkMTRiOTdkMmM5ZGE1MDYxNjhmMjU3YTZkZDM4MDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3cc3942e-90c2-4af9-b954-6c4ec7e65b48",
          "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": "c912e9c4-a192-437f-9768-d167ca4c3c0e",
          "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": "3d7be410-4944-429f-b7d4-3ccd059944a0",
            "generatedFromUUID": "c912e9c4-a192-437f-9768-d167ca4c3c0e"
          },
          "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": "3d7be410-4944-429f-b7d4-3ccd059944a0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDcwYjE5ZWQ1MWM2NDIxZGRkNmQ2OTViZDdhOGExZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "04d0add9-8394-4a3a-a596-c504049424f0"
    }
  ],
  "workloadContext": "Production"
}
2022-07-02T05:11:33.851Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-02T05:11:33.851Z|5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cbee82ee-7b21-4418-9599-abd22f8ae3e5 ASDC
2022-07-02T05:11:33.852Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e31a7254-1d26-406d-b21e-f3c951a152e1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:cbee82ee-7b21-4418-9599-abd22f8ae3e5
ServiceInvariantUUID:ad70bb75-194c-4742-865c-1fc864bfea4e
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:04d0add9-8394-4a3a-a596-c504049424f0
ArtifactChecksum:ZDcwYjE5ZWQ1MWM2NDIxZGRkNmQ2OTViZDdhOGExZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ba506192-99e7-4f3f-ac17-05e07dcb9624
ResourceInvariantUUID:2a98a60e-3dce-486f-9b52-61ce378eff2d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5aed4347-cdeb-4a05-8fad-4412f2e882fa
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:3cc3942e-90c2-4af9-b954-6c4ec7e65b48
ArtifactChecksum:ZjJkMTRiOTdkMmM5ZGE1MDYxNjhmMjU3YTZkZDM4MDM=
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:c912e9c4-a192-437f-9768-d167ca4c3c0e
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:3d7be410-4944-429f-b7d4-3ccd059944a0
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:3d7be410-4944-429f-b7d4-3ccd059944a0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-02T05:11:33.852Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cbee82ee-7b21-4418-9599-abd22f8ae3e5 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-02T05:11:33.880Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T05:11:33.881Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-02T05:11:33.881Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-02T05:11:33.881Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 04d0add9-8394-4a3a-a596-c504049424f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-02T05:11:33.882Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:11:33.882Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:34.054Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:11:34.060Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 04d0add9-8394-4a3a-a596-c504049424f0 79116
2022-07-02T05:11:34.060Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:34.061Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:34.061Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:11:34.062Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:34.064Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:34.065Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738694060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:11:34.167Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-02T05:11:34.168Z||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-02T05:11:34.168Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:34.185Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:34.185Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:35.065Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-02T05:11:35.066Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-02T05:11:35.066Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 04d0add9-8394-4a3a-a596-c504049424f0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-02T05:11:35.067Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-02T05:11:35.067Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-02T05:11:35.067Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-02T05:11:35.181Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10161917205607568935/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-02T05:11:36.193Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-02T05:11:36.193Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-02T05:11:36.193Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-02T05:11:36.193Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-02T05:11:36.193Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.193Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.193Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.194Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.194Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.194Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.194Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.194Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.194Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.194Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-02T05:11:36.194Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.194Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.194Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-02T05:11:36.195Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-02T05:11:36.195Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.195Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.195Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.195Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-02T05:11:36.195Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-02T05:11:36.195Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.196Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.196Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.196Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.196Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-02T05:11:36.196Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-02T05:11:36.196Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-02T05:11:36.197Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-02T05:11:36.197Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-02T05:11:36.197Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-02T05:11:36.197Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.197Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.197Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.197Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-02T05:11:36.197Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:11:36.198Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.198Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-02T05:11:36.198Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:11:36.198Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.198Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-02T05:11:36.198Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:11:36.198Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.199Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-02T05:11:36.199Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-02T05:11:36.199Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-02T05:11:36.199Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=622ca892-2422-4b82-b7fc-b9e4e3992ff4
2022-07-02T05:11:36.199Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.199Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.199Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.199Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.200Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.200Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.200Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:36.200Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.200Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:cbee82ee-7b21-4418-9599-abd22f8ae3e5
Model Version:NULL
Model InvariantUuid:ad70bb75-194c-4742-865c-1fc864bfea4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:3a810552-347d-415f-bce6-4b8ba7014f60
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2a98a60e-3dce-486f-9b52-61ce378eff2d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba506192-99e7-4f3f-ac17-05e07dcb9624
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a5e3e665-1d3e-46d6-9bcb-d0b35414ac44
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:de21eb98-aee0-4c7c-aa8e-5c0788969bba
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:622ca892-2422-4b82-b7fc-b9e4e3992ff4
ModelInvariantUuid:283f78d4-755c-4ab6-8535-bbcf6fddc475
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8c70da7c-f5d2-43ca-b908-0ddd47941b96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b421ce74-93bb-4e07-a264-7bf5b3379da9
ModelInvariantUuid:21263d22-90a2-4be3-a024-d53d79abaeef
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:4f32172f-07a2-4532-947e-cf8e85ef99b5
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-02T05:11:36.207Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5aed4347-cdeb-4a05-8fad-4412f2e882fa
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-02T05:11:36.209Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-07-02T05:11:36.209Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5aed4347-cdeb-4a05-8fad-4412f2e882fa
2022-07-02T05:11:36.209Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3cc3942e-90c2-4af9-b954-6c4ec7e65b48 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-02T05:11:36.209Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:11:36.209Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.257Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:11:36.257Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 3cc3942e-90c2-4af9-b954-6c4ec7e65b48 792
2022-07-02T05:11:36.258Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.258Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:36.258Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:11:36.258Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:36.260Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:36.260Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738696257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:11:36.360Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:11:36.361Z||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-02T05:11:36.361Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:36.375Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:36.376Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:37.260Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a5e3e665-1d3e-46d6-9bcb-d0b35414ac44",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de21eb98-aee0-4c7c-aa8e-5c0788969bba",
    "vfModuleModelCustomizationUUID": "c859e314-5886-45a4-96fe-ce0a25285164",
    "isBase": true,
    "artifacts": [
      "c912e9c4-a192-437f-9768-d167ca4c3c0e",
      "3d7be410-4944-429f-b7d4-3ccd059944a0"
    ],
    "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-02T05:11:37.264Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de21eb98-aee0-4c7c-aa8e-5c0788969bba
VfModuleModelInvariantUUID:a5e3e665-1d3e-46d6-9bcb-d0b35414ac44
VfModuleModelDescription:NULL
Artifacts UUID List:{
c912e9c4-a192-437f-9768-d167ca4c3c0e
,
3d7be410-4944-429f-b7d4-3ccd059944a0

}
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-02T05:11:37.267Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a5e3e665-1d3e-46d6-9bcb-d0b35414ac44",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de21eb98-aee0-4c7c-aa8e-5c0788969bba",
    "vfModuleModelCustomizationUUID": "c859e314-5886-45a4-96fe-ce0a25285164",
    "isBase": true,
    "artifacts": [
      "c912e9c4-a192-437f-9768-d167ca4c3c0e",
      "3d7be410-4944-429f-b7d4-3ccd059944a0"
    ],
    "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-02T05:11:37.267Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de21eb98-aee0-4c7c-aa8e-5c0788969bba
VfModuleModelInvariantUUID:a5e3e665-1d3e-46d6-9bcb-d0b35414ac44
VfModuleModelDescription:NULL
Artifacts UUID List:{
c912e9c4-a192-437f-9768-d167ca4c3c0e
,
3d7be410-4944-429f-b7d4-3ccd059944a0

}
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-02T05:11:37.267Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c912e9c4-a192-437f-9768-d167ca4c3c0e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-02T05:11:37.267Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:11:37.268Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:37.314Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:11:37.315Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 c912e9c4-a192-437f-9768-d167ca4c3c0e 5033
2022-07-02T05:11:37.315Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:37.315Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:37.315Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:11:37.315Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:37.317Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:37.317Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738697315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:11:37.417Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:11:37.418Z||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-02T05:11:37.418Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:37.435Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:37.436Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:38.318Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3d7be410-4944-429f-b7d4-3ccd059944a0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-02T05:11:38.318Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-02T05:11:38.318Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:38.371Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-02T05:11:38.372Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 3d7be410-4944-429f-b7d4-3ccd059944a0 903
2022-07-02T05:11:38.372Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:38.379Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:38.379Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-02T05:11:38.379Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:38.381Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:38.381Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738698372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:11:38.481Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:11:38.481Z||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-02T05:11:38.481Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:38.496Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:38.496Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:39.381Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cbee82ee-7b21-4418-9599-abd22f8ae3e5
2022-07-02T05:11:39.382Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5aed4347-cdeb-4a05-8fad-4412f2e882fa 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-02T05:11:39.396Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8442504, org.onap.sdc.toscaparser.api.parameters.Input@12548a0d, org.onap.sdc.toscaparser.api.parameters.Input@6f88eb2b, org.onap.sdc.toscaparser.api.parameters.Input@37b01957, org.onap.sdc.toscaparser.api.parameters.Input@1e7576a0]
2022-07-02T05:11:39.397Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.397Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.398Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-02T05:11:39.398Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ba506192-99e7-4f3f-ac17-05e07dcb9624
2022-07-02T05:11:39.398Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba506192-99e7-4f3f-ac17-05e07dcb9624 matches Tosca VF Customization UUID: ba506192-99e7-4f3f-ac17-05e07dcb9624
2022-07-02T05:11:39.398Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ba506192-99e7-4f3f-ac17-05e07dcb9624  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-02T05:11:39.400Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.401Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.401Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ba506192-99e7-4f3f-ac17-05e07dcb9624: {\"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-02T05:11:39.401Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37f32fe0
2022-07-02T05:11:39.402Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.402Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.402Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c859e314-5886-45a4-96fe-ce0a25285164
2022-07-02T05:11:39.402Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c859e314-5886-45a4-96fe-ce0a25285164
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-02T05:11:39.404Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.404Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-02T05:11:39.405Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:11:39.405Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.405Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-02T05:11:39.405Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:11:39.406Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.406Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-02T05:11:39.406Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-02T05:11:39.407Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-02T05:11:39.407Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=622ca892-2422-4b82-b7fc-b9e4e3992ff4
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-02T05:11:39.409Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.409Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-02T05:11:39.409Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-02T05:11:39.410Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.410Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-02T05:11:39.410Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ba506192-99e7-4f3f-ac17-05e07dcb9624
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-02T05:11:39.412Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.412Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.412Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cbee82ee-7b21-4418-9599-abd22f8ae3e5: basic_vm_macro
2022-07-02T05:11:39.413Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.413Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.413Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.413Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.413Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.414Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.414Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.414Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.414Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-02T05:11:39.415Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.415Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.515Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5aed4347-cdeb-4a05-8fad-4412f2e882fa 1 ASDC deployResourceStructure
2022-07-02T05:11:39.516Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.516Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:39.516Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T05:11:39.517Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:39.518Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:39.518Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738699516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T05:11:39.618Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:11:39.619Z||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-02T05:11:39.620Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:39.637Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:39.638Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:40.519Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:40.519Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:40.519Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T05:11:40.520Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:40.521Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:40.522Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738700519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T05:11:40.622Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:11:40.623Z||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-02T05:11:40.623Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:40.638Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:40.638Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:41.523Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:41.523Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:41.523Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T05:11:41.523Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:41.525Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:41.525Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738701522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-02T05:11:41.626Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-02T05:11:41.626Z||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-02T05:11:41.626Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:41.641Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:41.641Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-02T05:11:42.526Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:42.526Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:42.527Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-02T05:11:42.527Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:11:42.529Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:11:42.529Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738702526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:11:42.629Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-02T05:11:42.630Z||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-02T05:11:42.630Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:11:42.644Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:42.645Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-02T05:11:43.529Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e31a7254-1d26-406d-b21e-f3c951a152e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02T05:11:43.539Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e31a7254-1d26-406d-b21e-f3c951a152e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-02T05:11:43.542Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-02T05:11:43.542Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-02T05:11:43.542Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-02T05:11:43.542Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-02T05:11:43.542Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:11:43.543Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:11:43.543Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:11:43.543Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:11:43.543Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:11:43.543Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-02T05:11:43.543Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:11:43.548Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-02T05:11:46.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:11:46.394Z||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-02T05:11:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:11:46.424Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:11:46.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:11:46.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:11:46.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:11:46.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:11:46.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:11:46.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:11:46.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:11:46.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738531596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-02T05:11:46.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738533489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:11:46.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:12:13.549Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e31a7254-1d26-406d-b21e-f3c951a152e1 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-02T05:12:13.554Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e31a7254-1d26-406d-b21e-f3c951a152e1 and serviceModelVersionId: cbee82ee-7b21-4418-9599-abd22f8ae3e5
2022-07-02T05:12:13.555Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad70bb75-194c-4742-865c-1fc864bfea4e
2022-07-02T05:12:13.555Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad70bb75-194c-4742-865c-1fc864bfea4e/model-vers/model-ver/cbee82ee-7b21-4418-9599-abd22f8ae3e5?depth=0
2022-07-02T05:12:13.559Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-02T05:12:13.599Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad70bb75-194c-4742-865c-1fc864bfea4e/model-vers/model-ver/cbee82ee-7b21-4418-9599-abd22f8ae3e5?depth=0|INFO|500||Invoke
2022-07-02T05:12:13.599Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad70bb75-194c-4742-865c-1fc864bfea4e/model-vers/model-ver/cbee82ee-7b21-4418-9599-abd22f8ae3e5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad70bb75-194c-4742-865c-1fc864bfea4e/model-vers/model-ver/cbee82ee-7b21-4418-9599-abd22f8ae3e5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e31a7254-1d26-406d-b21e-f3c951a152e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8cad2d1-1677-41f3-910c-8e585b7b64b0], X-ECOMP-RequestID=[e31a7254-1d26-406d-b21e-f3c951a152e1], X-TransactionId=[], X-ONAP-RequestID=[e31a7254-1d26-406d-b21e-f3c951a152e1], Content-Type=[application/merge-patch+json]}
2022-07-02T05:12:13.620Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad70bb75-194c-4742-865c-1fc864bfea4e/model-vers/model-ver/cbee82ee-7b21-4418-9599-abd22f8ae3e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-02T05:12:13.754Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad70bb75-194c-4742-865c-1fc864bfea4e/model-vers/model-ver/cbee82ee-7b21-4418-9599-abd22f8ae3e5?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/ad70bb75-194c-4742-865c-1fc864bfea4e/model-vers/model-ver/cbee82ee-7b21-4418-9599-abd22f8ae3e5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220702-05:12:13:379-87141], vertex-id=[225480], Content-Length=[0], Date=[Sat, 02 Jul 2022 05:12:13 GMT], Content-Type=[application/json]}
2022-07-02T05:12:13.754Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad70bb75-194c-4742-865c-1fc864bfea4e/model-vers/model-ver/cbee82ee-7b21-4418-9599-abd22f8ae3e5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-02T05:12:13.755Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad70bb75-194c-4742-865c-1fc864bfea4e/model-vers/model-ver/cbee82ee-7b21-4418-9599-abd22f8ae3e5?depth=0|INFO|500||InvokeReturn
2022-07-02T05:12:13.756Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-02T05:12:13.756Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:12:13.760Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:12:13.761Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e31a7254-1d26-406d-b21e-f3c951a152e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-02T05:12:13.761Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-02T05:12:13.765Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-02T05:12:13.771Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-02T05:12:13.771Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738733761,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T05:12:13.867Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-02T05:12:13.868Z||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-02T05:12:13.868Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uHj62DLucpqHZARD) ...
2022-07-02T05:12:13.885Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:12:13.886Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-02T05:12:14.789Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:12:14.790Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:12:14.790Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:12:25.098Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:12:25.098Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:12:25.099Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:12:25.099Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:12:34.691Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:12:34.692Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:12:34.693Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:12:34.693Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:12:44.265Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:12:44.267Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:12:44.267Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:12:44.268Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:12:46.394Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:12:46.394Z||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-02T05:12:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:12:46.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:12:46.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c13afa8-6fbc-4de2-adfc-bdf890b2d9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738684810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T05:12:46.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:12:46.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:12:46.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:12:46.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-02T05:12:46.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:12:46.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-02T05:12:46.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:12:46.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:12:46.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:12:46.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-02T05:12:46.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:12:46.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:12:46.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:12:46.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-02T05:12:46.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:12:46.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738466389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-02T05:12:46.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-02T05:12:46.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738694060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:12:46.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:12:46.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738696257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:12:46.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:12:46.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738697315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:12:46.436Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:12:46.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738698372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-02T05:12:46.436Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:12:46.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738699516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-02T05:12:46.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:12:46.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738700519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-02T05:12:46.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:12:46.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738701522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-02T05:12:46.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:12:46.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:12:46.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738702526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-02T05:12:46.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:12:53.814Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:12:53.815Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:12:53.815Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:12:53.816Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:13:03.358Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:13:46.389Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:13:46.391Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:13:46.391Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:13:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:13:46.394Z||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-02T05:13:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:13:46.931Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:13:46.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-02T05:13:46.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e31a7254-1d26-406d-b21e-f3c951a152e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656738733761,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-02T05:13:46.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-02T05:13:55.939Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:14:46.389Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:14:46.390Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:14:46.390Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:14:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:14:46.394Z||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-02T05:14:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:14:55.943Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:14:55.944Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:15:46.389Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:15:46.390Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:15:46.390Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:15:46.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:15:46.394Z||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-02T05:15:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:15:55.958Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:15:55.960Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:16:46.389Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:16:46.390Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:16:46.390Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:16:46.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:16:46.394Z||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-02T05:16:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:16:55.940Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:16:55.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:17:46.389Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:17:46.390Z||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-02T05:17:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:17:46.394Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:17:46.394Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T05:17:46.394Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T05:17:55.950Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:17:55.950Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:18:46.389Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:18:46.390Z||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-02T05:18:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:18:46.394Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:18:46.395Z||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-02T05:18:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:18:55.943Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:18:55.947Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:19:46.389Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:19:46.390Z||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-02T05:19:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:19:46.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:19:46.394Z||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-02T05:19:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:19:55.952Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:19:55.959Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:20:46.390Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:20:46.392Z||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-02T05:20:46.393Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:20:46.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:20:46.394Z||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-02T05:20:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:20:55.944Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:20:55.951Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:21:46.389Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:21:46.390Z||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-02T05:21:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:21:46.393Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:21:46.394Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|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-02T05:21:46.394Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|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 uHj62DLucpqHZARD) ...
2022-07-02T05:21:55.949Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:21:55.952Z|bdcb5d14-cf3e-4755-945a-bf56ea123774|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:22:46.389Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:22:46.390Z||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-02T05:22:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:22:46.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:22:46.394Z||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-02T05:22:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:22:55.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:22:55.938Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:23:46.389Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:23:46.390Z||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-02T05:23:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:23:46.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:23:46.395Z||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-02T05:23:46.395Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:23:56.013Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:23:56.013Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:24:46.389Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:24:46.390Z||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-02T05:24:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:24:46.393Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:24:46.394Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:24:46.394Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:24:55.942Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:24:55.951Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:25:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:25:46.390Z||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-02T05:25:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:25:46.393Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:25:46.394Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T05:25:46.394Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T05:25:55.951Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:25:55.951Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:26:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:26:46.390Z||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-02T05:26:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:26:46.393Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:26:46.394Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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-02T05:26:46.394Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|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 uHj62DLucpqHZARD) ...
2022-07-02T05:26:55.947Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:26:55.947Z|0a908ba2-6f7e-4bcc-b99e-26c98416162e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:27:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:27:46.390Z||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-02T05:27:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:27:46.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:27:46.394Z||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-02T05:27:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:27:55.940Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:27:55.963Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:28:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:28:46.392Z||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-02T05:28:46.392Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:28:46.393Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:28:46.394Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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-02T05:28:46.395Z|e31a7254-1d26-406d-b21e-f3c951a152e1|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 uHj62DLucpqHZARD) ...
2022-07-02T05:28:55.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:28:55.944Z|e31a7254-1d26-406d-b21e-f3c951a152e1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:29:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:29:46.391Z||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-02T05:29:46.391Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:29:46.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:29:46.394Z||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-02T05:29:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:29:55.938Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:29:55.937Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:30:46.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:30:46.390Z||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-02T05:30:46.390Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:30:46.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-02T05:30:46.394Z||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-02T05:30:46.394Z||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 uHj62DLucpqHZARD) ...
2022-07-02T05:30:55.952Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-02T05:30:55.955Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK